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 f36481d commit 9a6e05cCopy full SHA for 9a6e05c
.github/workflows/sonar.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Build
71
run: |
72
- ./gradlew build sonarqube -x test --info \
+ ./gradlew build sonar -x test --info \
73
-Dsonar.projectKey=${{ env.SONARCLOUD_ORG }}_${{ github.event.repository.name }} \
74
-Dsonar.organization=${{ env.SONARCLOUD_ORG }} \
75
-Dsonar.host.url=${{ env.SONARCLOUD_HOST }}
0 commit comments