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

@@ -0,0 +1,17 @@
version '1.0'
dependencies {
compileOnly project.files("lib/modlauncher-4.1.0.jar")
}
compileJava {
sourceCompatibility = 8
targetCompatibility = 8
}
jar {
manifest {
attributes 'Created-By': 'Copyright(c) 2013-2020 huangyuhui.',
'Implementation-Version': project.version
}
}