chore: 优化构建流程

This commit is contained in:
2024-01-19 18:06:53 +08:00
parent e3d036a57d
commit 2c2d8e448c
3 changed files with 6 additions and 1 deletions

View File

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