]> source.dussan.org Git - poi.git/commitdiff
Adjust parameters for newer JDK9 builds, -addmods is now --add-modules, add some...
authorDominik Stadler <centic@apache.org>
Sun, 4 Dec 2016 18:34:03 +0000 (18:34 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 4 Dec 2016 18:34:03 +0000 (18:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772557 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 2876c6874fb83dd11bd672f9154ba3f8ef7add11..41bc9fdf6df6810c994237dc784cf0221b92898f 100644 (file)
@@ -18,7 +18,7 @@ def poijobs = [
     [ name: 'POI-DSL-OpenJDK', jdks: ["OpenJDK"], trigger: 'H */12 * * *'
     ],
     [ name: 'POI-DSL-1.9', jdks: ['1.9'], trigger: triggerSundays,
-        properties: ['-Dmaxpermsize=-Dthis.is.a.dummy=true', '-Djava9addmods=-addmods', '-Djava9addmodsvalue=java.xml.bind', '-Djava.locale.providers=JRE,CLDR'],
+        properties: ['-Dmaxpermsize=-Dthis.is.a.dummy=true', '-Djava9addmods=--add-modules=java.xml.bind', '-Djava9addmodsvalue=-Dsun.reflect.debugModuleAccessChecks=true', '-Djava.locale.providers=JRE,CLDR'],
         email: 'centic@apache.org', skipcigame: true
     ],
     // This config was not enabled in Jenkins ever because we did not find the JDK on any of the slaves, we can check this again later