mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
16 lines
232 B
Groovy
16 lines
232 B
Groovy
rootProject.name = "rt4-client"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
flatDir {
|
|
dirs 'lib'
|
|
}
|
|
}
|
|
}
|
|
|
|
include(
|
|
"deob-annotations",
|
|
"signlink",
|
|
"client"
|
|
)
|