mirror of https://github.com/apache/poi.git
update jobs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1911466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2fee41c1f7
commit
0d18765c29
|
@ -35,7 +35,7 @@ def poijobs = [
|
|||
[ name: 'POI-DSL-1.17', jdk: '1.17', trigger: 'H */12 * * *', skipcigame: true
|
||||
],
|
||||
// Jenkins on ci-builds.apache.org does not support spotbugs with a new enough version of asm for Java18+
|
||||
[ name: 'POI-DSL-1.18', jdk: '1.18', trigger: triggerSundays, skipcigame: true, skipSpotbugs: true
|
||||
[ name: 'POI-DSL-1.18', jdk: '1.18', trigger: triggerSundays, skipcigame: true, skipSpotbugs: true,
|
||||
// let's save some CPU cycles here, 18 is not a LTS and JDK 20 is out
|
||||
disabled: true
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue