jbonofre commented on code in PR #10386: URL: https://github.com/apache/iceberg/pull/10386#discussion_r1619129932
########## 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: @Fokko what do you mean by "pre-create" the file ? -- 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