File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ MAVEN_CMD=(
114114ba_log " Generating Codename One application skeleton via codenameone-maven-plugin"
115115(
116116 cd " $WORK_DIR "
117- xvfb-run -a " ${MAVEN_CMD[@]} " -q \
117+ /usr/bin/ xvfb-run -a " ${MAVEN_CMD[@]} " -q \
118118 com.codenameone:codenameone-maven-plugin:7.0.204:generate-app-project \
119119 -DgroupId=" $GROUP_ID " \
120120 -DartifactId=" $ARTIFACT_ID " \
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ log "Loaded environment: JAVA_HOME=${JAVA_HOME:-<unset>} JAVA17_HOME=${JAVA17_HO
134134" $MAVEN_HOME /bin/mvn" -version
135135
136136run_maven () {
137- xvfb-run -a " $MAVEN_HOME /bin/mvn" " $@ "
137+ /usr/bin/ xvfb-run -a " $MAVEN_HOME /bin/mvn" " $@ "
138138}
139139
140140BUILD_CLIENT=" $HOME /.codenameone/CodeNameOneBuildClient.jar"
You can’t perform that action at this time.
0 commit comments