Skip to content

Commit

Permalink
CI: Use maven wrapper to build Quarkus
Browse files Browse the repository at this point in the history
Fixes build failures for Gradle Plugin
  • Loading branch information
zakkak committed Jun 24, 2022
1 parent 6ab7f95 commit 95b0963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
- name: Build quarkus
run: |
cd ${QUARKUS_PATH}
mvn -e -B --settings ${QUARKUS_PATH}/.github/mvn-settings.xml -Dquickly
./mvnw -e -B --settings ${QUARKUS_PATH}/.github/mvn-settings.xml -Dquickly
- name: Tar Maven Repo
shell: bash
run: tar -czvf maven-repo.tgz -C ~ .m2/repository
Expand Down

0 comments on commit 95b0963

Please sign in to comment.