GP-5257: Fixing Gradle warnings

This commit is contained in:
Ryan Kurtz
2025-01-10 13:51:33 -05:00
parent eaa2a5c6b3
commit 44fb13b292
36 changed files with 234 additions and 346 deletions
@@ -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()
}
}