GP-0: Enabling the Python Nature in python projects

This commit is contained in:
Ryan Kurtz 2024-07-05 10:37:56 -04:00
parent c598bdbe5b
commit 9d7c80c71a

View File

@ -18,6 +18,11 @@
* NOTE: Supported Python3 command is established by root project build.gradle
*/
// Enable the Python Nature in the Eclipse project
eclipse.project {
natures 'org.python.pydev.pythonNature'
}
ext.findPyDep = { name ->
File inDeps = file("${DEPS_DIR}/${project.name}/${name}")
File inRepo = file("${BIN_REPO}/${getGhidraRelativePath(project)}/${name}")