Skip to content

Commit 6fd96bb

Browse files
committed
use sonar instead old sonarqube
1 parent 71c0878 commit 6fd96bb

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
@@ -31,7 +31,7 @@ jobs:
3131
java-version: 17
3232
cache: gradle
3333
- run: >-
34-
./gradlew sonarqube
34+
./gradlew sonar
3535
-PenableSonar=true
3636
-Dsonar.projectKey=spark-clickhouse-connector
3737
-Dsonar.host.url=${{ secrets.SONAR_URL }}

0 commit comments

Comments
 (0)