We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51dad08 + cbcfca9 commit 2106987Copy full SHA for 2106987
build.gradle
@@ -66,4 +66,6 @@ task shadowJar(type: Jar) {
66
"Main-Class": "me.synnk.jbytecustom.JByteCustom"
67
)
68
}
69
-}
+}
70
+
71
+jar.dependsOn(shadowJar)
0 commit comments