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
+2 -4
View File
@@ -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 { }
}
}
+1 -1
View File
@@ -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",