Switch to log4j2 logging

This commit is contained in:
Andrew Steinborn
2018-07-27 01:54:40 -04:00
parent ae6adf0ca1
commit c9af231c7e
5 changed files with 43 additions and 10 deletions

View File

@@ -25,6 +25,8 @@ dependencies {
compile "io.netty:netty-transport-native-epoll:${nettyVersion}"
compile "io.netty:netty-transport-native-epoll:${nettyVersion}:linux-x86_64"
compile 'net.kyori:text:1.12-1.5.0'
compile 'org.apache.logging.log4j:log4j-api:2.11.0'
compile 'org.apache.logging.log4j:log4j-core:2.11.0'
testCompile 'org.junit.jupiter:junit-jupiter-api:5.3.0-M1'
testCompile 'org.junit.jupiter:junit-jupiter-engine:5.3.0-M1'
}