GP-5236: "gradle prepdev" no longer sets up venv. Use "gradle

prepPyGhidra" instead.
This commit is contained in:
Ryan Kurtz
2025-01-05 17:12:28 -05:00
parent c9ad0ebf6c
commit 993b3ba1f6
4 changed files with 40 additions and 41 deletions
-4
View File
@@ -34,7 +34,3 @@ task createPythonVirtualEnvironment(type: Exec) {
args "-m", "venv", venvDir, "--copies"
}
}
if (findPython3(false)) {
rootProject.prepDev.dependsOn createPythonVirtualEnvironment
}