Skip to content

Commit aa9c944

Browse files
committed
avoid sonar compile warning
1 parent b483f8c commit aa9c944

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33

44
# https://github.com/gradle/gradle/issues/18935
55
kotlin.jvm.target.validation.mode = IGNORE
6-
7-
sonar.gradle.skipCompile = true

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ include("io-jackson")
88
include("io-snakeyaml")
99
include("io-interfaces")
1010
include("memory-protocol")
11+
12+
System.setProperty("sonar.gradle.skipCompile", "true")

0 commit comments

Comments
 (0)