mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-1782: Software Bill of Materials (SBOM)
This commit is contained in:
parent
ac804f2dbd
commit
5c0dc5f6dc
4 changed files with 189 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue