mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
Python3 support
This commit is contained in:
parent
d7c1f65f43
commit
92d0f1dacf
101 changed files with 11413 additions and 13 deletions
|
@ -111,6 +111,7 @@ apply from: 'gradle/root/distribution.gradle' // adds zip tasks
|
|||
apply from: 'gradle/root/usage.gradle' // adds task documentation
|
||||
apply from: "gradle/root/svg.gradle" // adds task to process svg files
|
||||
apply from: "gradle/root/jacoco.gradle" // adds tasks for java code coverage
|
||||
apply from: "gradle/root/venv.gradle" // adds tasks python virtual environments
|
||||
|
||||
|
||||
apply plugin: 'base'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue