mirror of https://github.com/apache/poi.git
back to ant
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920703 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c51270d308
commit
fb02a49df0
|
@ -45,7 +45,7 @@ def poijobs = [
|
|||
[ name: 'POI-DSL-1.21', jdk: '1.21', trigger: 'H */12 * * *', skipcigame: true, skipSpotbugs: true
|
||||
],
|
||||
// Jenkins on ci-builds.apache.org does not support spotbugs with a new enough version of asm for Java18+
|
||||
[ name: 'POI-DSL-1.22', jdk: '1.22', trigger: triggerSundays, skipcigame: true, skipSpotbugs: true
|
||||
[ name: 'POI-DSL-1.22', jdk: '1.22', trigger: triggerSundays, skipcigame: true, skipSpotbugs: true,
|
||||
// issues with jacoco and Gradle and this JDK
|
||||
useAnt: true
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue