mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-1782: Software Bill of Materials (SBOM)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user