You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "ajantha-bhat (via GitHub)" <gi...@apache.org> on 2023/03/03 16:53:14 UTC

[GitHub] [iceberg] ajantha-bhat commented on a diff in pull request #6999: Build: Show API Deprecation rules on RevAPI failure

ajantha-bhat commented on code in PR #6999:
URL: https://github.com/apache/iceberg/pull/6999#discussion_r1124735686


##########
build.gradle:
##########
@@ -125,6 +125,26 @@ subprojects {
       oldName = project.name
       oldVersion = "1.1.0"
     }
+
+    tasks.register('showDeprecationRulesOnRevApiFailure') {
+      doLast {
+        throw new RuntimeException("==================================================================================" +

Review Comment:
   nit: Should we use platform independent carriage return like `%n` maybe instead of '\n'



-- 
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-unsubscribe@iceberg.apache.org

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


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