GP-1782: Software Bill of Materials (SBOM)

This commit is contained in:
Ryan Kurtz 2022-03-28 07:02:12 -04:00
parent ac804f2dbd
commit 5c0dc5f6dc
4 changed files with 189 additions and 0 deletions

View file

@ -22,6 +22,16 @@ eclipse.project.name = '_LaunchSupport'
sourceCompatibility = 1.8
targetCompatibility = 1.8
jar {
manifest {
attributes (
"Specification-Title": "${project.name}",
"Specification-Version": "${rootProject.RELEASE_VERSION}",
"Specification-Vendor": "Ghidra"
)
}
}
rootProject.assembleDistribution {
from (jar) {
into "support"