uros-b commented on code in PR #18056:
URL: https://github.com/apache/iceberg/pull/18056#discussion_r3990234004


##########
build.gradle:
##########
@@ -1261,9 +1261,13 @@ project(':iceberg-bom') {
       def sparkScalaVersions = [
         "3.5": ["2.12", "2.13"],
       ]
+      // Projects that build a distribution rather than a Maven artifact 
disable their publishing
+      // tasks, so their POM is never published and the BOM must not reference 
it.
+      def unpublishedProjects = ['iceberg-kafka-connect-runtime']

Review Comment:
   Thank you @vbhanuchander-lang! Option 2 sounds reasonable to me, but please 
ping the relevant / expert Iceberg committers here for final decision on how to 
proceed



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