diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-11-18 00:23:49 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-11-18 00:23:49 +0000 |
commit | c7cf08b50a2caebfa9f8cb60494e01e228bf5088 (patch) | |
tree | 46a0ca9e11c8395797e44e381fbfba24026bfdc1 /jenkins | |
parent | 42af181065e99775ed94698e8fa8d8ffea2ddade (diff) | |
download | poi-c7cf08b50a2caebfa9f8cb60494e01e228bf5088.tar.gz poi-c7cf08b50a2caebfa9f8cb60494e01e228bf5088.zip |
#62921 - Provide OOXMLLite alternative for Java 12+
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 5638a03407..60795db960 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -377,7 +377,7 @@ poijobs.each { poijob -> } } else if (poijob.noScratchpad) { ant { - targets(['clean', 'compile-all'] + (poijob.properties ?: [])) + targets(['clean', 'compile'] + (poijob.properties ?: [])) prop('coverage.enabled', true) antInstallation(antRT) } |