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 58f9be5 commit 170984cCopy full SHA for 170984c
scripts/setup-workspace.sh
@@ -156,7 +156,7 @@ rm -Rf "$CN1_BINARIES"
156
git clone https://github.com/codenameone/cn1-binaries "$CN1_BINARIES"
157
158
log "Building Codename One core modules"
159
-"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true install -Dcn1.binaries="$CN1_BINARIES" "$@"
+"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true -Dcn1.binaries="$CN1_BINARIES" install "$@"
160
161
BUILD_CLIENT="$HOME/.codenameone/CodeNameOneBuildClient.jar"
162
log "Ensuring CodeNameOneBuildClient.jar is installed"
0 commit comments