build: 修改构建脚本

This commit is contained in:
2023-11-20 16:15:28 +08:00
parent d32d7c550d
commit a62703bbe3
4 changed files with 10 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ dependencies {
}
tasks {
withType<Jar>() {
withType<Jar> {
archiveBaseName = "HamsterBall-Common"
}
}