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 71c0878 commit 6fd96bbCopy full SHA for 6fd96bb
.github/workflows/sonar.yml
@@ -31,7 +31,7 @@ jobs:
31
java-version: 17
32
cache: gradle
33
- run: >-
34
- ./gradlew sonarqube
+ ./gradlew sonar
35
-PenableSonar=true
36
-Dsonar.projectKey=spark-clickhouse-connector
37
-Dsonar.host.url=${{ secrets.SONAR_URL }}
0 commit comments