Skip to content

Commit 15d7e6b

Browse files
committed
Set the profile for the binaries
1 parent 170984c commit 15d7e6b

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
@@ -156,7 +156,7 @@ rm -Rf "$CN1_BINARIES"
156156
git clone https://github.com/codenameone/cn1-binaries "$CN1_BINARIES"
157157

158158
log "Building Codename One core modules"
159-
"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true -Dcn1.binaries="$CN1_BINARIES" install "$@"
159+
"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true -Dcn1.binaries="$CN1_BINARIES" -Dcodename1.platform=javase install "$@"
160160

161161
BUILD_CLIENT="$HOME/.codenameone/CodeNameOneBuildClient.jar"
162162
log "Ensuring CodeNameOneBuildClient.jar is installed"

0 commit comments

Comments
 (0)