build: 将构建脚本转换成 kotlin 语言

This commit is contained in:
2023-08-07 16:06:11 +08:00
parent 0395442c0a
commit cb4141d9a0
10 changed files with 239 additions and 180 deletions

4
settings.gradle.kts Normal file
View File

@@ -0,0 +1,4 @@
rootProject.name = "hamster-core"
include("core-common")
include("core-bukkit")
include("core-bungeecord")