Skip to content

Commit

Permalink
Attempt to fix sonar build on 11
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDrivenMitch committed Apr 20, 2022
1 parent 1132bc5 commit 0ae0df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Sonar Analysis
if: ${{ success() && matrix.sonar-enabled && github.event.pull_request.head.repo.full_name == github.repository }}
run: |
./mvnw -B sonar:sonar \
./mvnw -B sonar:sonar \
-Dsonar.projectKey=AxonFramework_extension-tracing \
-Dsonar.organization=axonframework \
-Dsonar.host.url=https://sonarcloud.io \
Expand Down

0 comments on commit 0ae0df2

Please sign in to comment.