jbonofre commented on code in PR #10386: URL: https://github.com/apache/iceberg/pull/10386#discussion_r1619131651
########## build.gradle: ########## @@ -139,35 +137,6 @@ subprojects { apply plugin: 'java-library' - if (project.name in REVAPI_PROJECTS) { - apply plugin: 'com.palantir.revapi' - revapi { - oldGroup = project.group - oldName = project.name - oldVersion = "1.5.0" - } - - tasks.register('showDeprecationRulesOnRevApiFailure') { - doLast { - throw new RuntimeException("==================================================================================" + - "\nAPI/ABI breaks detected.\n" + Review Comment: For the "accepted breaking changes", I added an example file: `dev/.revapi.json` which is the standard revapi configuration file (the `revapi.yml` is gradle plugin specific). -- 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