mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-24 20:05:17 -06:00
17 lines
250 B
Groovy
17 lines
250 B
Groovy
rootProject.name = "rt4-client"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
flatDir {
|
|
dirs 'lib'
|
|
}
|
|
}
|
|
}
|
|
|
|
include(
|
|
"deob-annotations",
|
|
"signlink",
|
|
"client",
|
|
"playground"
|
|
)
|