Remove log4j-patch (#1860)

* Remove log4j-patch

* Update I18N
This commit is contained in:
Glavo
2022-11-23 17:20:15 +08:00
committed by GitHub
parent 4c9f8d3dca
commit c76b562705
16 changed files with 8 additions and 380 deletions

View File

@@ -17,11 +17,3 @@ dependencies {
api("org.apache.commons:commons-lang3:3.12.0")
compileOnlyApi("org.jetbrains:annotations:16.0.3")
}
tasks.processResources {
dependsOn(":log4j-patch:jar")
into("assets/game") {
from(project(":log4j-patch").file("build/libs"))
}
}