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 e48dec7 commit 779a197Copy full SHA for 779a197
scripts/setup-workspace.sh
@@ -150,8 +150,11 @@ 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"
-"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -Pdownload-cn1-binaries -DskipTests -Djava.awt.headless=true install "$@"
157
+"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true install "$@"
158
159
BUILD_CLIENT="$HOME/.codenameone/CodeNameOneBuildClient.jar"
160
log "Ensuring CodeNameOneBuildClient.jar is installed"
0 commit comments