Skip to content

Commit

Permalink
Fix jarjar workaround not working sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
1foxy2 committed Mar 10, 2025
1 parent 2e0cd22 commit fc679bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ tasks.register("modifyMetaData") {
}
tasks.named("jar") {
dependsOn modifyMetaData
}
}
modifyMetaData.dependsOn(tasks.named("jarJar"))

0 comments on commit fc679bc

Please sign in to comment.