mimaison commented on code in PR #18501: URL: https://github.com/apache/kafka/pull/18501#discussion_r1913367906
########## build.gradle: ########## @@ -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.layout.buildDirectory.get().asFile.path}/scoverage") Review Comment: I think we don't need `rootProject.`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org