mirror of https://github.com/apache/poi.git
use "gradle clean jenkins" instead of only "gradle jenkins" otherwise the build/dist dir is filling up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892148 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76962c143c
commit
85fb57626e
|
@ -448,7 +448,7 @@ poijobs.each { poijob ->
|
|||
//}
|
||||
|
||||
gradle {
|
||||
tasks('jenkins')
|
||||
tasks('clean jenkins')
|
||||
useWrapper(true)
|
||||
}
|
||||
} else if (poijob.noScratchpad) {
|
||||
|
|
Loading…
Reference in New Issue