Browse Source

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 2 years ago
parent
commit
c5a13f5b3f
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      build.gradle

+ 3
- 0
build.gradle View File

exclude '*.docx' exclude '*.docx'
exclude '*.pptx' exclude '*.pptx'
exclude '*.xlsx' exclude '*.xlsx'

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

Loading…
Cancel
Save