Skip to content

Commit 95b0963

Browse files
committed
CI: Use maven wrapper to build Quarkus
Fixes build failures for Gradle Plugin
1 parent 6ab7f95 commit 95b0963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
- name: Build quarkus
310310
run: |
311311
cd ${QUARKUS_PATH}
312-
mvn -e -B --settings ${QUARKUS_PATH}/.github/mvn-settings.xml -Dquickly
312+
./mvnw -e -B --settings ${QUARKUS_PATH}/.github/mvn-settings.xml -Dquickly
313313
- name: Tar Maven Repo
314314
shell: bash
315315
run: tar -czvf maven-repo.tgz -C ~ .m2/repository

0 commit comments

Comments
 (0)