perf: 优化性能

This commit is contained in:
2023-06-02 15:54:41 +08:00
parent 0ca763ebdb
commit 9c5c8e77ff
5 changed files with 2 additions and 10 deletions

View File

@@ -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'