Skip to content

Commit b5a3bd9

Browse files
committed
Another attempt to fix the git clone of cn1 binaries
1 parent 2312769 commit b5a3bd9

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
@@ -154,7 +154,7 @@ PATH="$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH"
154154

155155
log "Cloning cn1-binaries"
156156
rm -Rf "$CN1_BINARIES"
157-
git clone git@github.com:codenameone/cn1-binaries.git "$CN1_BINARIES"
157+
git clone https://github.com/codenameone/cn1-binaries "$CN1_BINARIES"
158158

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

0 commit comments

Comments
 (0)