diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-12-22 19:28:44 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-12-22 19:28:44 +0000 |
commit | 664fe668b7e0d0b82102a9b5b02894f700ea6401 (patch) | |
tree | 1b169636ef76ae6bb244dbf3016ea972bd5d57cf | |
parent | 3cc8f54a20a57e4851505dcfff96815fa20b9b5c (diff) | |
download | poi-664fe668b7e0d0b82102a9b5b02894f700ea6401.tar.gz poi-664fe668b7e0d0b82102a9b5b02894f700ea6401.zip |
exclude sboms from source distro
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906171 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 9377d00439..d22829fec1 100644 --- a/build.gradle +++ b/build.gradle @@ -786,9 +786,6 @@ distributions { // exclude intermediate files exclude '**/*-saved.xls' } - from('.') { - include '*/build/reports/*.bom.*' - } from('legal') { exclude 'HEADER' } includeEmptyDirs = false |