mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-23 12:42:30 +00:00
GP-0: Adding a cleanNatives Gradle task
This commit is contained in:
parent
f862cdd93d
commit
9ab603fb2d
@ -44,3 +44,10 @@ rootProject.assembleDistribution {
|
|||||||
into { getZipPath(p) }
|
into { getZipPath(p) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task cleanNatives {
|
||||||
|
File nativeOutputDir = file('build/os')
|
||||||
|
doFirst {
|
||||||
|
delete nativeOutputDir
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user