I also created this thread about it: sonar.gradle.skipCompile is not working - #4 by G00fY2
What worked out for us was to set the property in the settings.gradle(.kts) file:
System.setProperty("sonar.gradle.skipCompile", "true")
I also created this thread about it: sonar.gradle.skipCompile is not working - #4 by G00fY2
What worked out for us was to set the property in the settings.gradle(.kts) file:
System.setProperty("sonar.gradle.skipCompile", "true")