kbendick commented on code in PR #4638:
URL: https://github.com/apache/iceberg/pull/4638#discussion_r865249394
##########
build.gradle:
##########
@@ -191,6 +192,14 @@ project(':iceberg-bundled-guava') {
}
project(':iceberg-api') {
+ apply plugin: 'com.palantir.revapi'
+
+ revapi {
+ oldGroup = 'org.apache.iceberg'
+ oldName = 'iceberg-api'
+ oldVersion = '0.13.0'
+ }
Review Comment:
Using this seems to be not the best idea, as it would need to be updated
manually across versions.
Using the gradle tasks doesn't update this.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]