Browse Source

Set --add-modules as environment-variable as well as we need to enable it in Ant itself for the forbidden-api-checks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776634 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_16_BETA2
Dominik Stadler 7 years ago
parent
commit
bce3c31ea2
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      jenkins/create_jobs.groovy

+ 3
- 0
jenkins/create_jobs.groovy View File

@@ -133,6 +133,9 @@ Apache POI - the Java API for Microsoft Documents
label(slaves)
environmentVariables {
env('LANG', 'en_US.UTF-8')
if(jdkKey == '1.9') {
env('ANT_OPTS', '--add-modules=java.xml.bind')
}
}
wrappers {
timeout {

Loading…
Cancel
Save