Sfoglia il codice sorgente

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
tags/REL_4_1_1
PJ Fanning 4 anni fa
parent
commit
f59d60263e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      jenkins/create_jobs.groovy

+ 1
- 1
jenkins/create_jobs.groovy Vedi File

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

Loading…
Annulla
Salva