mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:17:03 +08:00
Remove deprecated Gradle features
This commit is contained in:
@@ -104,11 +104,9 @@ task jacocoReport(type: JacocoReport, group: 'Coverage reports') {
|
||||
|
||||
reports {
|
||||
html {
|
||||
enabled true
|
||||
required
|
||||
destination new File(rootDir.absolutePath + "/jacocoReport")
|
||||
}
|
||||
xml {
|
||||
enabled false
|
||||
}
|
||||
xml { }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ task rasterizeSvg(type: JavaExec) {
|
||||
files.push(file.toString())
|
||||
}
|
||||
|
||||
main = MAIN_CLASS
|
||||
mainClass = MAIN_CLASS
|
||||
|
||||
// Set up the entire arg list, minus the input files.
|
||||
def argsList = ["-scriptSecurityOff",
|
||||
|
||||
Reference in New Issue
Block a user