build: 优化构建脚本

This commit is contained in:
2025-03-23 00:46:54 +08:00
parent 00dbcba628
commit 95c0a23857
3 changed files with 10 additions and 4 deletions

View File

@@ -20,6 +20,6 @@ tasks {
archiveBaseName = "HamsterBall-Bukkit"
}
shadowJar {
destinationDirectory = rootProject.buildDir
destinationDirectory = rootProject.layout.buildDirectory
}
}