mirror of
https://github.com/apache/poi.git
synced 2026-02-27 12:30:08 +08:00
Gradle: Try to define project result output directories for the sonarqube plugin
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e2db1b02f
commit
8374537d5a
@ -185,6 +185,10 @@ subprojects {
|
||||
// as we currently use build/<module>/ as project-basedir, we need to tell Sonar to use
|
||||
// the root-folder as "basedir" for the projects
|
||||
property "sonar.projectBaseDir", "$projectDir/../.."
|
||||
|
||||
// the plugin seems to not detect our non-standard build-layout
|
||||
property "sonar.junit.reportPaths", "$projectDir/build/test-results/test"
|
||||
property "sonar.coverage.jacoco.xmlReportPaths", "$projectDir/build/jacoco/test.exec"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user