update forrest version info / set FORREST_HOME environment variable

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2018-07-19 21:28:38 +00:00
parent 52714e724a
commit 13e904852b
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ poijobs.each { poijob ->
// when using JDK 9 for running Ant, we need to provide more packages for the forbidden-api-checks task
env('ANT_OPTS', '--add-modules=java.xml.bind --add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED')
}
env('FORREST_HOME', '/home/jenkins/tools/forrest/latest')
}
wrappers {
timeout {