mimaison commented on code in PR #12003:
URL: https://github.com/apache/kafka/pull/12003#discussion_r855287675
##########
build.gradle:
##########
@@ -1216,12 +1237,16 @@ project(':clients') {
testRuntimeOnly libs.jacksonJDK8Datatypes
testImplementation libs.jose4j
testImplementation libs.jacksonJaxrsJsonProvider
+
+ generator project(':generator')
}
task createVersionFile() {
- ext.receiptFile = file("$buildDir/kafka/$buildVersionFileName")
+ def receiptFile = file("$buildDir/kafka/$buildVersionFileName")
+ inputs.property "commitId", commitId
Review Comment:
Thanks for the explanations!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]