Skip to content

Commit 779a197

Browse files
committed
Revert "Fixed the way binaries are fetched"
This reverts commit e48dec7.
1 parent e48dec7 commit 779a197

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/setup-workspace.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,11 @@ log "Maven version:"; "$MAVEN_HOME/bin/mvn" -version
150150

151151
PATH="$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH"
152152

153+
log "Downloading cn1-binaries"
154+
"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true download-cn1-binaries
155+
153156
log "Building Codename One core modules"
154-
"$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 "$@"
155158

156159
BUILD_CLIENT="$HOME/.codenameone/CodeNameOneBuildClient.jar"
157160
log "Ensuring CodeNameOneBuildClient.jar is installed"

0 commit comments

Comments
 (0)