Skip to content

Commit e4928a5

Browse files
committed
fix: use maven wrapper to build Quarkus
Signed-off-by: Chris Laprun <[email protected]>
1 parent 74a158d commit e4928a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
git switch pr-to-check
144144
./update-version.sh 999.${{ github.event.inputs.quarkus-pr }}-SNAPSHOT
145145
echo "quarkus_f8_version=$(mvn help:evaluate -Dexpression=kubernetes-client.version -q -DforceStdout)" >> $GITHUB_OUTPUT
146-
mvn -Dquickly
146+
./mvnw -Dquickly
147147
cd -
148148
149149
- name: Check-out Fabric8 client PR if requested

0 commit comments

Comments
 (0)