We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0cd22 commit fc679bcCopy full SHA for fc679bc
neoforge/build.gradle
@@ -76,4 +76,5 @@ tasks.register("modifyMetaData") {
76
}
77
tasks.named("jar") {
78
dependsOn modifyMetaData
79
-}
+}
80
+modifyMetaData.dependsOn(tasks.named("jarJar"))
0 commit comments