Skip to content

Commit

Permalink
Put the asm dependencies into the api package (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
noeppi-noeppi authored Nov 13, 2023
1 parent 8f270c1 commit 7628272
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 @@ -44,7 +44,7 @@ dependencies {

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

0 comments on commit 7628272

Please sign in to comment.