Explorar el Código

Avoid intermittent failure of srcDistZip with parallel builds/tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899163 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
Dominik Stadler hace 2 años
padre
commit
c5a13f5b3f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      build.gradle

+ 3
- 0
build.gradle Ver fichero

@@ -793,6 +793,9 @@ distributions {
exclude '*.docx'
exclude '*.pptx'
exclude '*.xlsx'

// exclude intermediate files
exclude '**/*-saved.xls'
}
from('legal') { exclude 'HEADER' }
}

Cargando…
Cancelar
Guardar