Skip to content

Commit 170984c

Browse files
committed
Moved -D statement
1 parent 58f9be5 commit 170984c

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 install -Dcn1.binaries="$CN1_BINARIES" "$@"
159+
"$MAVEN_HOME/bin/mvn" -f maven/pom.xml -DskipTests -Djava.awt.headless=true -Dcn1.binaries="$CN1_BINARIES" install "$@"
160160

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

0 commit comments

Comments
 (0)