build: 优化构建脚本

This commit is contained in:
2023-10-23 19:04:24 +08:00
parent 433b6f2c05
commit a540b9091c
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
pluginManagement {
repositories {
maven {
url = uri("https://maven.airgame.net/maven-public/")
}
}
}
rootProject.name = "hamster-ball"
include("ball-bukkit")
include("ball-common")