// 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/reports/jacoco/test/jacocoTestReport.xml"
+
+ // 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"
}
}
}
[ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true
],
[ name: 'POI-DSL-SonarQube', jdk: '1.11', trigger: 'H 7 * * *', maven: true, sonar: true, skipcigame: true,
- email: 'kiwiwings@apache.org'
+ email: 'kiwiwings@apache.org',
+ // replaced by Gradle-based build now
+ disabled: true
],
// set trigger empty as it is not stable yet, we can remove the Sonar Maven run when this is fully working
[ name: 'POI-DSL-SonarQube-Gradle', jdk: '1.11', trigger: '', gradle: true, sonar: true, skipcigame: true