feat: 使用 guava 的 EventBus
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@file:Suppress("GradlePackageVersionRange")
|
||||
@file:Suppress("VulnerableLibrariesLocal", "GradlePackageVersionRange", "GradlePackageUpdate")
|
||||
|
||||
evaluationDependsOn(":ball-common")
|
||||
|
||||
@@ -8,8 +8,8 @@ dependencies {
|
||||
|
||||
compileOnly("cn.hamster3.mc.plugin:core-bukkit:+")
|
||||
compileOnly("me.clip:placeholderapi:+") { isTransitive = false }
|
||||
// https://mvnrepository.com/artifact/io.lettuce/lettuce-core
|
||||
implementation("io.lettuce:lettuce-core:6.2.6.RELEASE")
|
||||
|
||||
implementation("io.lettuce:lettuce-core:+")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Reference in New Issue
Block a user