Remove deprecated Gradle features

This commit is contained in:
Anton Kochkov 2021-10-22 19:05:09 +08:00
parent 91c07fd933
commit 0a81592c23
10 changed files with 14 additions and 16 deletions

View file

@ -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")