So I have:
plugins {
...
id "org.sonarqube" version "2.0"
id "jacoco"
}
and also...
jacoco {
toolVersion = "0.7.1.201405082137"
}
and I'm getting...
Caused by: java.io.IOException: Incompatible version 1007.
Does this mean I have the wrong toolVersion
and if so, what is the correct setting?
The server version I am targeting is 5.3.