Skip to content

Commit

Permalink
Workaround Quarkus Maven plugin local deps issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Jul 17, 2023
1 parent e1f29ea commit a30abc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
check-latest: true
cache: 'maven'
- name: Build with Maven
# TODO: remove 'quarkus.bootstrap.effective-model-builder' property when issue get fixed: https://github.com/quarkusio/quarkus/issues/34787
run: |
mvn -V -B -s .github/mvn-settings.xml verify -Pframework,examples -Dvalidate-format -DskipTests -DskipITs
mvn -V -B -s .github/mvn-settings.xml verify -Pframework,examples -Dvalidate-format -DskipTests -DskipITs -Dquarkus.bootstrap.effective-model-builder
quarkus-main-build:
name: Quarkus main build
runs-on: ubuntu-latest
Expand Down

0 comments on commit a30abc0

Please sign in to comment.