Skip to content

Commit d435574

Browse files
committed
Fixed profile
1 parent 8fe75fa commit d435574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-workspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ rm -Rf "$CN1_BINARIES"
162162
git clone https://github.com/codenameone/cn1-binaries "$CN1_BINARIES"
163163

164164
log "Building Codename One core modules"
165-
"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true -Dcn1.binaries="$CN1_BINARIES" -Dcodename1.platform=javase install "$@"
165+
"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true -Dcn1.binaries="$CN1_BINARIES" -Dcodename1.platform=javase -P local-dev-javase,compile-android install "$@"
166166

167167
BUILD_CLIENT="$HOME/.codenameone/CodeNameOneBuildClient.jar"
168168
log "Ensuring CodeNameOneBuildClient.jar is installed"

0 commit comments

Comments
 (0)