We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bc1f1 commit 3a41f49Copy full SHA for 3a41f49
package-linux_x64.sh
@@ -27,7 +27,7 @@ else
27
mv $JAVA_HOME/$JVM/* $JAVA_HOME/
28
fi
29
30
-./gradlew jar
+./gradlew shadowJar
31
echo "Test jar in: $SCRIPT_DIR"
32
DIR=$SCRIPT_DIR/lib/build/libs/
33
INPUT_DIR="$SCRIPT_DIR/input"
package-macos.sh
@@ -33,7 +33,7 @@ else
34
35
36
37
38
39
package-windows_x86_64.sh
@@ -28,7 +28,7 @@ else
0 commit comments