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