mirror of https://github.com/apache/poi.git
add sboms to bin/src dits
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906155 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7807b706ac
commit
a7684eb0ed
10
build.gradle
10
build.gradle
|
@ -716,6 +716,10 @@ distributions {
|
|||
from(poiDep) { include "**/*.jar" }
|
||||
from(ooxmlImp) { include "**/*.jar" }
|
||||
|
||||
from('.') {
|
||||
include '*/build/reports/*.bom.*'
|
||||
}
|
||||
|
||||
includeEmptyDirs = false
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
|
||||
|
@ -782,7 +786,13 @@ distributions {
|
|||
// exclude intermediate files
|
||||
exclude '**/*-saved.xls'
|
||||
}
|
||||
from('.') {
|
||||
include '*/build/reports/*.bom.*'
|
||||
}
|
||||
from('legal') { exclude 'HEADER' }
|
||||
|
||||
includeEmptyDirs = false
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue