Skip to content

Commit

Permalink
update depricated gradle features (#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbear496 authored Jan 3, 2023
1 parent f41a6fa commit 2742079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ task generateSources() {
ant.get(src: ammoniteReleaseUrl, dest: ammoniteJar)
}
javaexec {
main = "-jar"
args = [ammoniteJar, "generator/Generator.sc"]
classpath = project.files(ammoniteJar)
args = ["generator/Generator.sc"]
}
}
}
Expand All @@ -100,7 +100,7 @@ tasks.withType(JavaCompile).configureEach {

tasks.named('jacocoTestReport') {
reports {
xml.enabled = true
xml.required = true
}
}

Expand Down

0 comments on commit 2742079

Please sign in to comment.