build: 优化构建脚本

This commit is contained in:
2023-10-23 18:53:41 +08:00
parent 6a45265215
commit 084166496a
4 changed files with 13 additions and 2 deletions

View File

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