Skip to content

Commit

Permalink
MINOR: Replace deprecated Project.buildDir property
Browse files Browse the repository at this point in the history
  • Loading branch information
frankvicky committed Jan 13, 2025
1 parent 33556ae commit f821867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ project(':core') {
if (versions.baseScala == '2.13') {
scoverageScalaVersion = '2.13.9' // there's no newer 2.13 artifact, org.scoverage:scalac-scoverage-plugin_2.13.9:2.0.11 is the latest as of now
}
reportDir = file("${rootProject.buildDir}/scoverage")
reportDir = file("${rootProject.getLayout().getBuildDirectory()}/scoverage")
highlighting = false
minimumRate = 0.0
}
Expand Down

0 comments on commit f821867

Please sign in to comment.