build: 修改构建脚本
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
evaluationDependsOn(":ball-common")
|
||||
|
||||
dependencies {
|
||||
api(project(":ball-common")) { isTransitive = false }
|
||||
implementation(project(":ball-common")) { isTransitive = false }
|
||||
compileOnly("net.md-5:bungeecord-api:+")
|
||||
|
||||
compileOnly("cn.hamster3.mc.plugin:core-bungee:+")
|
||||
@@ -17,7 +17,7 @@ tasks {
|
||||
expand(project.properties)
|
||||
}
|
||||
}
|
||||
withType<Jar>() {
|
||||
withType<Jar> {
|
||||
archiveBaseName = "HamsterBall-BungeeCord"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user