feat: 使用 guava 的 EventBus
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
@file:Suppress("VulnerableLibrariesLocal")
|
||||
@file:Suppress("VulnerableLibrariesLocal", "GradlePackageVersionRange", "GradlePackageUpdate")
|
||||
|
||||
dependencies {
|
||||
compileOnly("cn.hamster3.mc.plugin:core-common:+")
|
||||
|
||||
compileOnly("com.google.code.gson:gson:2.8.0")
|
||||
compileOnly("com.google.guava:guava:31.0-jre")
|
||||
|
||||
// https://mvnrepository.com/artifact/io.lettuce/lettuce-core
|
||||
compileOnly("io.lettuce:lettuce-core:6.2.6.RELEASE")
|
||||
compileOnly("io.lettuce:lettuce-core:+")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Reference in New Issue
Block a user