mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Remove deprecated Gradle features
This commit is contained in:
parent
91c07fd933
commit
0a81592c23
10 changed files with 14 additions and 16 deletions
|
@ -32,7 +32,7 @@ task genTestPy(type: JavaExec) {
|
|||
outputs.dir(outDir)
|
||||
classpath(sourceSets["main"].runtimeClasspath)
|
||||
classpath(sourceSets["test"].runtimeClasspath)
|
||||
main = "ghidra.comm.util.pyexport.GeneratePython"
|
||||
mainClass = "ghidra.comm.util.pyexport.GeneratePython"
|
||||
args("ghidra.comm.tests.packet", outDir)
|
||||
doLast {
|
||||
println("NOTE: It is normal to see some export errors, since some classes are intentionally broken to test error detection")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue