mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 03:01:19 +08:00
GP-5257: Fixing Gradle warnings
This commit is contained in:
@@ -104,10 +104,10 @@ task testSpecimenLinux_x86_64 {
|
||||
dependsOn 'expTraceableSleepExecutable'//Linux_x86_64Executable'
|
||||
|
||||
doLast {
|
||||
exec {
|
||||
providers.exec {
|
||||
workingDir "build/os/linux_x86_64"
|
||||
commandLine "strip", "-o", "expSpin.stripped", "expSpin"
|
||||
}
|
||||
}.result.get()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user