sonarcloud.io phases out support for Java 8

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-12-28 10:45:43 +00:00
parent 07ba96f023
commit 14f4d4d53c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def poijobs = [
],
[ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true
],
[ name: 'POI-DSL-SonarQube', trigger: 'H 7 * * *', maven: true, sonar: true, skipcigame: true,
[ name: 'POI-DSL-SonarQube', jdk: '1.11', trigger: 'H 7 * * *', maven: true, sonar: true, skipcigame: true,
email: 'kiwiwings@apache.org'
],
// set trigger empty as it is not stable yet, we can remove the Sonar Maven run when this is fully working