Browse Source

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
tags/REL_5_0_0
Andreas Beeker 3 years ago
parent
commit
14f4d4d53c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      jenkins/create_jobs.groovy

+ 1
- 1
jenkins/create_jobs.groovy 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

Loading…
Cancel
Save