rt4-client/settings.gradle
2022-09-25 09:40:13 -05:00

21 lines
334 B
Groovy

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