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 {
|
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