Skip to content

Commit fc679bc

Browse files
committed
Fix jarjar workaround not working sometimes
1 parent 2e0cd22 commit fc679bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neoforge/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ tasks.register("modifyMetaData") {
7676
}
7777
tasks.named("jar") {
7878
dependsOn modifyMetaData
79-
}
79+
}
80+
modifyMetaData.dependsOn(tasks.named("jarJar"))

0 commit comments

Comments
 (0)