mirror of https://github.com/apache/poi.git
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:
parent
7e432a3211
commit
f59d60263e
|
@ -350,7 +350,7 @@ poijobs.each { poijob ->
|
||||||
shellEx(delegate, shellcmds, poijob)
|
shellEx(delegate, shellcmds, poijob)
|
||||||
gradle {
|
gradle {
|
||||||
tasks('japicmp')
|
tasks('japicmp')
|
||||||
useWrapper(false)
|
useWrapper(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
publishers {
|
publishers {
|
||||||
|
|
Loading…
Reference in New Issue