feat: 优化日志
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/com.google.code.gson/gson
|
||||
compileOnly("com.google.code.gson:gson:2.8.0")
|
||||
// https://mvnrepository.com/artifact/io.netty/netty-all
|
||||
compileOnly("io.netty:netty-all:4.1.86.Final")
|
||||
|
||||
// https://mvnrepository.com/artifact/io.netty/netty-buffer
|
||||
compileOnly("io.netty:netty-buffer:4.1.96.Final")
|
||||
|
||||
val hamsterCoreVersion = property("hamster_core_version")
|
||||
compileOnly("cn.hamster3.mc.plugin:core-common:${hamsterCoreVersion}")
|
||||
|
Reference in New Issue
Block a user