Updated log4j version

This commit is contained in:
coolGi
2023-06-03 21:00:37 +09:30
parent d3a06b8597
commit 2fbc69cb34
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -178,6 +178,7 @@ subprojects { p ->
// Log4j
// TODO: Change to shadowMe later to work in the standalone jar
// We cannot do this now as it would break Quilt
implementation("org.apache.logging.log4j:log4j-api:${rootProject.log4j_version}")
implementation("org.apache.logging.log4j:log4j-core:${rootProject.log4j_version}")