mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 14:57:15 +08:00
GP-6744: Add a type-checking task for Python packages.
This commit is contained in:
@@ -26,3 +26,7 @@ dependencies {
|
||||
// Only for Help :/
|
||||
api project(':Debugger-rmi-trace')
|
||||
}
|
||||
|
||||
tasks.typeCheckPyPackage {
|
||||
environment("PYTHONPATH", project(":Debugger-rmi-trace").file("build/pypkg/src"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user