}
dependencies {
- classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.0"
+ classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.1.1"
}
}
// the Gradle run will report an invalid directory for 'ooxml-schema', but it seems to still work fine
property "sonar.coverage.jacoco.xmlReportPaths", "$projectDir/build/reports/jacoco/test/jacocoTestReport.xml"
+
+ // somehow the version was not use properly
+ property "sonar.projectVersion", version
}
}
}