xvrl commented on code in PR #14618:
URL: https://github.com/apache/kafka/pull/14618#discussion_r1375080303


##########
build.gradle:
##########
@@ -1380,7 +1409,9 @@ project(':clients') {
   }
 
   jar {
+    enabled false
     dependsOn createVersionFile
+    dependsOn 'shadowJar'
     from("$buildDir") {
         include "kafka/$buildVersionFileName"
     }

Review Comment:
   can we make sure this build version file is still included in the final jar 
like before?



-- 
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

Reply via email to