nastra commented on code in PR #9871:
URL: https://github.com/apache/iceberg/pull/9871#discussion_r1513237163


##########
deploy.gradle:
##########
@@ -22,6 +22,11 @@ if (project.hasProperty('release') && jdkVersion != '8') {
 }
 
 subprojects {
+  if (it.name == 'iceberg-open-api') {

Review Comment:
   we also don't want to publish the artifact when running `./gradlew 
publishToMavenLocal`. Exiting early here means we basically don't run any 
publishing/signing tasks for this particular artifact



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to