Swap out logback for log4j2

This commit is contained in:
Octavia Togami 2021-04-05 10:50:39 -07:00
parent acf9c3b2e1
commit c7da4c0ade
No known key found for this signature in database
GPG Key ID: 36855DB2BA11CF6C
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@
const val AUTO_VALUE = "1.7.4"
const val JUNIT = "5.7.0"
const val MOCKITO = "3.7.7"
const val LOGBACK = "1.2.3"
const val FAST_UTIL = "8.2.1"
const val GUAVA = "21.0"
const val GSON = "2.8.0"

View File

@ -63,8 +63,7 @@
"languageFiles"("${project.group}:worldedit-lang:7.2.1:68@zip")
"testImplementation"("ch.qos.logback:logback-core:${Versions.LOGBACK}")
"testImplementation"("ch.qos.logback:logback-classic:${Versions.LOGBACK}")
"testRuntimeOnly"("org.apache.logging.log4j:log4j-core:2.8.1")
}
tasks.named<Test>("test") {