How do I prevent the Gradle sonarqube task from running tests?

Hi,

In fact this question was also raised internally. I think we’re going to drop the dependency, altho I don’t have a ticket number to give you right now. In the meantime, this workaround was suggested: sonarqube.dependsOn.remove("test")

 
Ann

1 Like