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 2312769 commit b5a3bd9Copy full SHA for b5a3bd9
scripts/setup-workspace.sh
@@ -154,7 +154,7 @@ PATH="$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH"
154
155
log "Cloning cn1-binaries"
156
rm -Rf "$CN1_BINARIES"
157
-git clone git@github.com:codenameone/cn1-binaries.git "$CN1_BINARIES"
+git clone https://github.com/codenameone/cn1-binaries "$CN1_BINARIES"
158
159
log "Building Codename One core modules"
160
"$MAVEN_HOME/bin/mvn" -Dcn1.binaries="$CN1_BINARIES" -f maven/pom.xml -DskipTests -Djava.awt.headless=true install "$@"
0 commit comments