perf: 优化性能
This commit is contained in:
@@ -4,6 +4,7 @@ evaluationDependsOn(':hamster-ball-common')
|
||||
|
||||
dependencies {
|
||||
apiShade project(":hamster-ball-common") transitive false
|
||||
shade "cn.hamster3.mc.plugin.core:common:${hamster_core_version}"
|
||||
|
||||
// // https://mvnrepository.com/artifact/org.slf4j/slf4j-api
|
||||
// implementation 'org.slf4j:slf4j-api:2.0.3'
|
||||
@@ -14,7 +15,6 @@ dependencies {
|
||||
implementationShade 'org.apache.logging.log4j:log4j-slf4j-impl:2.19.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/io.netty/netty-all
|
||||
//noinspection GradlePackageUpdate
|
||||
implementationShade 'io.netty:netty-all:4.1.86.Final'
|
||||
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
|
||||
implementationShade 'org.yaml:snakeyaml:2.0'
|
||||
|
Reference in New Issue
Block a user