jbonofre commented on code in PR #15212:
URL: https://github.com/apache/iceberg/pull/15212#discussion_r3154307061


##########
kafka-connect/build.gradle:
##########
@@ -256,6 +258,17 @@ 
project(':iceberg-kafka-connect:iceberg-kafka-connect-runtime') {
   assemble.dependsOn distZip, hiveDistZip
 
   apply from: "${rootDir}/runtime-deps.gradle"
+
+  // Configure publishing for the distribution zip
+  afterEvaluate {
+    publishing {
+      publications {
+        apache(MavenPublication) {
+          artifact distZip

Review Comment:
   NB: as we now plan to publish the distribution, it's important everything is 
clean in the distribution, including `LICENSE` and `NOTICE` files.
   



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to