try to use gradle wrapper to fix build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2019-09-12 12:06:20 +00:00
parent 7e432a3211
commit f59d60263e
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ poijobs.each { poijob ->
shellEx(delegate, shellcmds, poijob)
gradle {
tasks('japicmp')
useWrapper(false)
useWrapper(true)
}
}
publishers {