Skip to content

Commit 71013f2

Browse files
authored
Don't transitively bundle Log4J (#70)
1 parent 4b60fc7 commit 71013f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848

4949
compileOnly(libs.modlauncher)
5050
compileOnly(libs.securemodules)
51-
implementation(libs.log4j.api)
51+
compileOnly(libs.log4j.api)
5252
api(libs.bundles.asm)
5353
compileOnly(libs.forgespi)
5454
implementation(libs.nashorn)

0 commit comments

Comments
 (0)