Introducing log4j-patch

This commit is contained in:
Glavo
2021-12-18 10:38:05 +08:00
committed by Yuhui Huang
parent eac8896f3e
commit c657a1d2cc
14 changed files with 255 additions and 5 deletions

View File

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