jbonofre commented on code in PR #10386: URL: https://github.com/apache/iceberg/pull/10386#discussion_r1615666783
########## 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: Sure, the script can display this message. Currently, it displays "API breaks detected check revapi.out for details". -- 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