diff options
author | Dominik Stadler <centic@apache.org> | 2016-12-31 16:53:20 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-12-31 16:53:20 +0000 |
commit | 7a9f81a94822672af168cde6da3065029e34a92b (patch) | |
tree | 809c9fa6b1af13b9d439011146b92fd771fd70fd /jenkins | |
parent | 85300a6f83804e58f11434e41df08066602e698f (diff) | |
download | poi-7a9f81a94822672af168cde6da3065029e34a92b.tar.gz poi-7a9f81a94822672af168cde6da3065029e34a92b.zip |
Allow to pass --add-modules to javadoc as well as we get lots of missing code reported otherwise, we cannot use the existing property java9addmods as we need to use a different default-value for non-JDK9 builds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 62a017ea75..401eafa241 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -29,6 +29,7 @@ def poijobs = [ [ name: 'POI-DSL-1.9', jdk: '1.9', trigger: triggerSundays, properties: ['-Dmaxpermsize=-Dthis.is.a.dummy=true', '-Djava9addmods=--add-modules=java.xml.bind', + '-Djavadoc9addmods=--add-modules=java.xml.bind', '-Djava9addmodsvalue=-Dsun.reflect.debugModuleAccessChecks=true', '-Djava9addopens1=--add-opens=java.base/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED', '-Djava9addopens2=--add-opens=java.base/java.io=ALL-UNNAMED', |