feat: 使用 guava 的 EventBus
This commit is contained in:
23
ball-bungee/build.gradle.kts
Normal file
23
ball-bungee/build.gradle.kts
Normal file
@@ -0,0 +1,23 @@
|
||||
@file:Suppress("VulnerableLibrariesLocal", "GradlePackageVersionRange", "GradlePackageUpdate")
|
||||
|
||||
evaluationDependsOn(":ball-common")
|
||||
|
||||
dependencies {
|
||||
api(project(":ball-common")) { isTransitive = false }
|
||||
compileOnly("net.md-5:bungeecord-api:+")
|
||||
|
||||
compileOnly("cn.hamster3.mc.plugin:core-bungeecord:+")
|
||||
|
||||
implementation("io.lettuce:lettuce-core:+")
|
||||
}
|
||||
|
||||
tasks {
|
||||
processResources {
|
||||
filesMatching("bungee.yml") {
|
||||
expand(project.properties)
|
||||
}
|
||||
}
|
||||
withType<Jar>() {
|
||||
archiveBaseName = "HamsterBall-BungeeCord"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user