mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 21:21:56 +00:00
GT-3364 corrected DMG.jar build (distributed jar was empty in 9.1)
This commit is contained in:
parent
e818ddc0e5
commit
b688e17933
@ -46,18 +46,11 @@ dependencies {
|
|||||||
|
|
||||||
/***************************************************************************************
|
/***************************************************************************************
|
||||||
*
|
*
|
||||||
* Task to create the dmg.jar file
|
* Task to create the DMG.jar file
|
||||||
*
|
*
|
||||||
***************************************************************************************/
|
***************************************************************************************/
|
||||||
//task dmgJar(type: Jar) {
|
|
||||||
// from sourceSets.dmg.output
|
|
||||||
// destinationDir = file("build/data/lib")
|
|
||||||
// baseName = 'dmg'
|
|
||||||
//}
|
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
destinationDir = file("build/data/lib")
|
destinationDir = file("build/data/lib")
|
||||||
doLast {
|
from sourceSets.dmg.output
|
||||||
delete "build/libs"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user