Skip to content

Commit 9a6e05c

Browse files
committed
Use not deprecated sonar task
1 parent f36481d commit 9a6e05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Build
7171
run: |
72-
./gradlew build sonarqube -x test --info \
72+
./gradlew build sonar -x test --info \
7373
-Dsonar.projectKey=${{ env.SONARCLOUD_ORG }}_${{ github.event.repository.name }} \
7474
-Dsonar.organization=${{ env.SONARCLOUD_ORG }} \
7575
-Dsonar.host.url=${{ env.SONARCLOUD_HOST }}

0 commit comments

Comments
 (0)