build: 优化构建脚本

This commit is contained in:
2023-08-20 17:13:02 +08:00
parent 9e6d39469d
commit 67ca9453b3
4 changed files with 5 additions and 9 deletions

View File

@@ -28,10 +28,7 @@ dependencies {
}
tasks {
test {
useJUnitPlatform()
}
shadowJar {
withType<Jar>() {
archiveBaseName = "HamsterCore-Common"
}
}