emo-rt4-client/settings.gradle

22 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'