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


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

Review Comment:
   Thanks for pointing that, added other files too.



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