This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
McGamerZone/settings.gradle.kts

17 lines
310 B
Plaintext
Raw Normal View History

2021-02-19 20:11:08 +00:00
// PLEASE keep this sorted by importance
rootProject.name = "McGamerCore"
include("commons")
include("serverdata")
include("servercontroller")
include("proxy")
include("api")
include("core")
include("buildserver")
include("hub")
include("arcade")
include("skyblock")
include("discordbot")
include("testing")