Skip to content

Commit a7ee9a7

Browse files
committed
MINOR: Replace deprecated Project.buildDir property
1 parent da0c3be commit a7ee9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ project(':core') {
11621162
if (versions.baseScala == '2.13') {
11631163
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
11641164
}
1165-
reportDir = file("${rootProject.buildDir}/scoverage")
1165+
reportDir = file("${layout.buildDirectory.get().asFile.path}/scoverage")
11661166
highlighting = false
11671167
minimumRate = 0.0
11681168
}

0 commit comments

Comments
 (0)