We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7e0bb commit 9eb6e4cCopy full SHA for 9eb6e4c
.github/workflows/pullrequest.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build with Coverage reports
41
if: matrix.sonar-enabled
42
run: |
43
- ./mvnw -B -U -Dstyle.color=always -Possrh -Dcoverage clean verify
+ ./mvnw -B -U -Dstyle.color=always -Dcoverage clean verify
44
45
- name: Sonar Analysis
46
if: ${{ success() && matrix.sonar-enabled && github.event.pull_request.head.repo.full_name == github.repository }}
0 commit comments