I am creating a new multi-module gradle project to be created in jenkins and try to analyze its sonarqua, but I hit several incompatibility issues that I could not solve.
I use
If I use gradle 3, I get this error: org.gradle.internal.jvm.Jvm.getRuntimeJar () Ljava / io / File;
If I use gradle 2.14, I get this error: Called: java.io.IOException: Incompatible version 1007 This error in the past was caused by incompatibility between jacoco and sonarqube plugins, see JaCoCo SonarQube incompatible version 1007 .
What versions should I use?
source share