]> source.dussan.org Git - poi.git/commitdiff
jdk 1.17
authorPJ Fanning <fanningpj@apache.org>
Thu, 23 Sep 2021 17:03:27 +0000 (17:03 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 23 Sep 2021 17:03:27 +0000 (17:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893569 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 80fd550477e2ddfa026f630f89802640e16bfdaf..06745a72070c6eefe77fdb13c2accc5464ed9b53 100644 (file)
@@ -41,13 +41,13 @@ def poijobs = [
 //        ],
         [ name: 'POI-DSL-1.15', jdk: '1.15', trigger: triggerSundays, skipcigame: true, gradle: true
         ],
-        // building with JDK 16 fails currently because of findbugs/spotbugs
-        // therefore we do not set a trigger for now and only run it manually
         [ name: 'POI-DSL-1.16', jdk: '1.16', trigger: 'H */12 * * *', skipcigame: true, gradle: true
         ],
+        [ name: 'POI-DSL-1.17', jdk: '1.17', trigger: 'H */12 * * *', skipcigame: true, gradle: true
+        ],
         [ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays, skipcigame: true, gradle: true
         ],
-        [ name: 'POI-DSL-old-Xerces', trigger: triggerSundays,
+        [ name: 'POI-DSL-old-Xerces', trigger: triggerSundays, skipcigame: true,
           shell: "test -s ${xercesLib} || wget -O ${xercesLib} ${xercesUrl}\n",
           // the property triggers using Xerces as XML Parser and previously showed some exception that can occur
           properties: ["-Dadditionaljar=${xercesLib}"]