mirror of https://github.com/apache/poi.git
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:
parent
89879146de
commit
c9924177d1
|
@ -205,12 +205,14 @@ poijobs.each { poijob ->
|
|||
}
|
||||
}
|
||||
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 {
|
||||
absolute(180)
|
||||
abortBuild()
|
||||
writeDescription('Build was aborted due to timeout')
|
||||
}*/
|
||||
}
|
||||
preBuildCleanup {
|
||||
includePattern('**/ooxml-lib/ooxml*.jar')
|
||||
}
|
||||
if(poijob.sonar) {
|
||||
configure { project ->
|
||||
project / buildWrappers << 'hudson.plugins.sonar.SonarBuildWrapper' {}
|
||||
|
|
Loading…
Reference in New Issue