mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 14:11:59 +00:00
13 lines
307 B
Groovy
13 lines
307 B
Groovy
apply from: "$rootProject.projectDir/gradle/support/distributionCommon.gradle"
|
|
apply from: "$rootProject.projectDir/gradle/support/extensionCommon.gradle"
|
|
|
|
rootProject.createExternalExtensions {
|
|
from (this.project.zipExtensions)
|
|
doLast {
|
|
this.project.zipExtensions.outputs.each {
|
|
delete it
|
|
}
|
|
}
|
|
}
|
|
|