We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0c3be commit a7ee9a7Copy full SHA for a7ee9a7
build.gradle
@@ -1162,7 +1162,7 @@ project(':core') {
1162
if (versions.baseScala == '2.13') {
1163
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
1164
}
1165
- reportDir = file("${rootProject.buildDir}/scoverage")
+ reportDir = file("${layout.buildDirectory.get().asFile.path}/scoverage")
1166
highlighting = false
1167
minimumRate = 0.0
1168
0 commit comments