We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786ff77 commit cbcfca9Copy full SHA for cbcfca9
build.gradle
@@ -64,4 +64,6 @@ task shadowJar(type: Jar) {
64
"Main-Class": "me.synnk.jbytecustom.JByteCustom"
65
)
66
}
67
-}
+}
68
+
69
+jar.dependsOn(shadowJar)
0 commit comments