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:
Andreas Beeker 2021-08-10 00:20:25 +00:00
parent 76962c143c
commit 85fb57626e
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ poijobs.each { poijob ->
//}
gradle {
tasks('jenkins')
tasks('clean jenkins')
useWrapper(true)
}
} else if (poijob.noScratchpad) {