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 5088700 commit 8fc5f78Copy full SHA for 8fc5f78
its/plugin/build.gradle.kts
@@ -9,6 +9,7 @@ dependencies {
9
}
10
11
sonarqube.isSkipProject = true
12
+sonar.isSkipProject = true
13
14
tasks.test {
15
useJUnitPlatform()
its/ruling/build.gradle.kts
@@ -12,6 +12,7 @@ dependencies {
16
17
18
kotlin-checks-test-sources/build.gradle.kts
@@ -22,6 +22,7 @@ dependencies {
22
23
24
25
26
27
val compileKotlin: KotlinCompile by tasks
28
compileKotlin.compilerOptions {
0 commit comments