mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-06 20:53:55 -05:00
GP-0: Adding a cleanNatives Gradle task
This commit is contained in:
@@ -44,3 +44,10 @@ rootProject.assembleDistribution {
|
||||
into { getZipPath(p) }
|
||||
}
|
||||
}
|
||||
|
||||
task cleanNatives {
|
||||
File nativeOutputDir = file('build/os')
|
||||
doFirst {
|
||||
delete nativeOutputDir
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user