divijvaidya commented on code in PR #18343: URL: https://github.com/apache/kafka/pull/18343#discussion_r1901187185
########## build.gradle: ########## @@ -1459,7 +1459,7 @@ project(':group-coordinator:group-coordinator-api') { } task createVersionFile() { - def receiptFile = file("$buildDir/kafka/$buildVersionFileName") + def receiptFile = file("${layout.buildDirectory.get().asFile}/kafka/$buildVersionFileName") Review Comment: do we need the path here instead since we want to use a string and not the java.io.File object? Perhaps, `layout.buildDirectory.get().asFile.path` (similar comment for other places) -- 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