mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
GP-5226: Fixing Gradle 8.12 build issue. Gradle wrapper now uses Gradle
8.12.
This commit is contained in:
@@ -54,7 +54,7 @@ task buildPyPackage {
|
||||
|
||||
File setuptools = project(":Debugger-rmi-trace").findPyDep(".")
|
||||
exec {
|
||||
workingDir { "build/pypkg" }
|
||||
workingDir { file("build/pypkg") }
|
||||
commandLine rootProject.PYTHON3
|
||||
args "-m", "pip", "wheel", "-w", "dist/", "--no-index", "--no-deps", "-f", setuptools, "."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user