GT-3364 corrected DMG.jar build (distributed jar was empty in 9.1)

This commit is contained in:
ghidra1 2019-12-04 12:00:53 -05:00
parent e818ddc0e5
commit b688e17933

View File

@ -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 {
destinationDir = file("build/data/lib")
doLast {
delete "build/libs"
}
from sourceSets.dmg.output
}