build: 优化构建脚本

This commit is contained in:
2022-10-29 17:28:20 +08:00
parent 6a94fccb42
commit 2ed1e12b2d
3 changed files with 4 additions and 10 deletions

View File

@@ -3,9 +3,7 @@ setArchivesBaseName("HamsterBall-Bukkit")
evaluationDependsOn(':hamster-ball-common')
dependencies {
apiShade(project(":hamster-ball-common")) {
exclude group: "*"
}
apiShade(project(":hamster-ball-common")) { transitive = false }
compileOnly 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT'