mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
a36e3a9888
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user