Skip to content

Commit

Permalink
Don't transitively bundle Log4J (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathing authored Dec 31, 2024
1 parent 4b60fc7 commit 71013f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

compileOnly(libs.modlauncher)
compileOnly(libs.securemodules)
implementation(libs.log4j.api)
compileOnly(libs.log4j.api)
api(libs.bundles.asm)
compileOnly(libs.forgespi)
implementation(libs.nashorn)
Expand Down

0 comments on commit 71013f2

Please sign in to comment.