mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-13 19:30:10 +08:00
14 lines
273 B
Plaintext
14 lines
273 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://jmp.mvn.tursom.cn:20080/repository/maven-public/")
|
|
}
|
|
}
|
|
}
|