mirror of
https://gitee.com/BDWare/common
synced 2026-02-14 16:49:28 +00:00
chore: update build.gradle
upgrade io.netty:netty-all from 4.1.52.Final to 4.1.63.Final; optimize imports in JsonUtil
This commit is contained in:
@@ -29,7 +29,7 @@ dependencies {
|
||||
api 'berkeleydb:je:3.2.76'
|
||||
api 'com.fifesoft:rsyntaxtextarea:3.1.3'
|
||||
api 'commons-io:commons-io:2.11.0'
|
||||
api 'io.netty:netty-all:4.1.52.Final'
|
||||
api 'io.netty:netty-all:4.1.63.Final'
|
||||
api 'org.antlr:antlr4:4.9.2'
|
||||
api 'commons-codec:commons-codec:1.5'
|
||||
api 'org.apache.logging.log4j:log4j-core:2.17.0'
|
||||
@@ -53,4 +53,4 @@ task copyJar(type: Copy) {
|
||||
from "./build/libs/$project.name-${version}.jar"
|
||||
into "./build/output/"
|
||||
rename { String fileName -> "yjs.jar" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user