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 6fd96bb commit f2dc698Copy full SHA for f2dc698
build.gradle
@@ -24,6 +24,10 @@ plugins {
24
id "com.github.johnrengelman.shadow" version "8.1.1" apply false
25
}
26
27
+if (project.hasProperty('enableSonar')) {
28
+ apply plugin: 'org.sonarqube'
29
+}
30
+
31
project.ext {
32
spark_binary_version = System.getProperty("spark_binary_version")
33
scala_binary_version = System.getProperty("scala_binary_version")
0 commit comments