build: 优化构建脚本

This commit is contained in:
2023-12-08 19:25:45 +08:00
parent 3c1d572998
commit 2474f12be0
3 changed files with 1 additions and 6 deletions

View File

@@ -32,7 +32,4 @@ tasks {
withType<Jar> {
archiveBaseName = "HamsterCore-Bukkit"
}
shadowJar {
destinationDirectory = rootProject.buildDir
}
}