clean ooxml-lib jars before build, because the typeloader class has been moved via #62355

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832414 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2018-05-28 19:43:19 +00:00
parent 09fa9890a6
commit 0551a75e82

View File

@ -205,12 +205,14 @@ poijobs.each { poijob ->
} }
} }
wrappers { wrappers {
/* Plugin seems to be missing: Warning: (create_jobs.groovy, line 202) version 1.13 or later of plugin 'build-timeout' needs to be installed
timeout { timeout {
absolute(180) absolute(180)
abortBuild() abortBuild()
writeDescription('Build was aborted due to timeout') writeDescription('Build was aborted due to timeout')
}*/ }
preBuildCleanup {
includePattern('**/ooxml-lib/ooxml*.jar')
}
if(poijob.sonar) { if(poijob.sonar) {
configure { project -> configure { project ->
project / buildWrappers << 'hudson.plugins.sonar.SonarBuildWrapper' {} project / buildWrappers << 'hudson.plugins.sonar.SonarBuildWrapper' {}