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 0933a0c commit e48dec7Copy full SHA for e48dec7
scripts/setup-workspace.sh
@@ -150,11 +150,8 @@ log "Maven version:"; "$MAVEN_HOME/bin/mvn" -version
150
151
PATH="$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH"
152
153
-log "Downloading cn1-binaries"
154
-"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true download-cn1-binaries
155
-
156
log "Building Codename One core modules"
157
-"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true install "$@"
+"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -Pdownload-cn1-binaries -DskipTests -Djava.awt.headless=true install "$@"
158
159
BUILD_CLIENT="$HOME/.codenameone/CodeNameOneBuildClient.jar"
160
log "Ensuring CodeNameOneBuildClient.jar is installed"
0 commit comments