You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Make the reobfuscated shadowJar have the all classifier
63
-
// You could also change it to an empty string if you want it to not have a classifier (in that case, you will also need to change the classifier of the slim `reobfJar` task
64
-
archiveClassifier = 'all'
65
-
}
61
+
// This will place the original shadow jar in build/devlibs while putting this reobfuscated version in build/libs
0 commit comments