Update to SonarQube plugin 3.1.1 and try to set version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2021-04-26 15:12:35 +00:00
parent f71833e1d9
commit 285fd61fb8
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,7 @@ buildscript {
}
dependencies {
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.0"
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.1.1"
}
}
@ -215,6 +215,9 @@ subprojects {
// 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
}
}
}