File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ MAVEN_CMD=(
125125ba_log " Generating Codename One application skeleton via codenameone-maven-plugin"
126126(
127127 cd " $WORK_DIR "
128- xvfb-run -a " ${MAVEN_CMD[@]} " -q --offline \
128+ xvfb-run -a " ${MAVEN_CMD[@]} " -q \
129129 com.codenameone:codenameone-maven-plugin:" $CN1_VERSION " :generate-app-project \
130130 -DgroupId=" $GROUP_ID " \
131131 -DartifactId=" $ARTIFACT_ID " \
410410fi
411411
412412ba_log " Building Android gradle project using Codename One port"
413- xvfb-run -a " ${MAVEN_CMD[@]} " -q --offline - f " $APP_DIR /pom.xml" package -DskipTests -Dcodename1.platform=android -Dcodename1.buildTarget=android-source -Dopen=false " ${EXTRA_MVN_ARGS[@]} "
413+ xvfb-run -a " ${MAVEN_CMD[@]} " -q -f " $APP_DIR /pom.xml" package -DskipTests -Dcodename1.platform=android -Dcodename1.buildTarget=android-source -Dopen=false " ${EXTRA_MVN_ARGS[@]} "
414414
415415GRADLE_PROJECT_DIR=$( find " $APP_DIR /target" -maxdepth 1 -type d -name " *-android-source" | head -n 1 || true)
416416if [ -z " $GRADLE_PROJECT_DIR " ]; then
You can’t perform that action at this time.
0 commit comments