mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
21 lines
334 B
Groovy
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'
|
|
|