Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1 2019-12-04 12:04:06 -05:00
commit a36e3a9888

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