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 e57a21a commit c137ea9Copy full SHA for c137ea9
kscript
@@ -71,7 +71,7 @@ if [ ! -f "${jarFile}" ]; then
71
JAR_CMD="$JAVA_HOME/bin/jar"
72
fi
73
74
- ${JAVAC_CMD:=java} ${mainJava} 2> /dev/null
+ ${JAVAC_CMD:=javac} ${mainJava} 2> /dev/null
75
76
## update the jar to include main-wrapper
77
(cd $(dirname ${mainJava}) && ${JAR_CMD:=jar} uf ${jarFile} $(basename ${mainJava%%.java}.class))
0 commit comments