build: 优化构建脚本

This commit is contained in:
2024-03-18 10:13:15 +08:00
parent 37ef53d635
commit 63ac3f7984
2 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
@file:Suppress("VulnerableLibrariesLocal", "GradlePackageVersionRange", "GradlePackageUpdate") @file:Suppress("VulnerableLibrariesLocal")
dependencies { dependencies {
compileOnly("cn.hamster3.mc.plugin:core-common:+") compileOnly("cn.hamster3.mc.plugin:core-common:+")

View File

@@ -55,12 +55,6 @@ subprojects {
expand(map) expand(map)
} }
} }
jar {
archiveClassifier = "dev"
}
shadowJar {
archiveClassifier = ""
}
build { build {
dependsOn(shadowJar) dependsOn(shadowJar)
} }