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 da8c5e1 commit 71c0878Copy full SHA for 71c0878
.github/workflows/sonar.yml
@@ -32,6 +32,7 @@ jobs:
32
cache: gradle
33
- run: >-
34
./gradlew sonarqube
35
+ -PenableSonar=true
36
-Dsonar.projectKey=spark-clickhouse-connector
37
-Dsonar.host.url=${{ secrets.SONAR_URL }}
38
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
build.gradle
@@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.GStringImpl
17
plugins {
18
id "idea"
19
id "org.scoverage" version "8.1" apply false
20
- id "org.sonarqube" version "4.4.1.3373"
+ id "org.sonarqube" version "4.4.1.3373" apply false
21
id "com.diffplug.spotless" version "6.12.1" apply false
22
id "org.nosphere.apache.rat" version "0.8.1"
23
id "com.github.maiflai.scalatest" version "0.32" apply false
0 commit comments