mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-05 09:10:32 +08:00
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
include("ts-gradle-env")
|
|
include("ts-gradle-test")
|
|
include("ts-gradle-install")
|
|
include("ts-gradle-publish")
|
|
include("ts-gradle-repos")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
url = uri("https://mvn.tursom.cn:20080/repository/maven-public/")
|
|
}
|
|
}
|
|
}
|