rt4-client/settings.gradle

17 lines
250 B
Groovy

rootProject.name = "rt4-client"
dependencyResolutionManagement {
repositories {
mavenCentral()
flatDir {
dirs 'lib'
}
}
}
include(
"deob-annotations",
"signlink",
"client",
"playground"
)