kbendick opened a new pull request, #4974: URL: https://github.com/apache/iceberg/pull/4974
The revapi action is sometimes skipping. This is possibly due to the cache (in which case we'd need to be more explicit about which dependencies are cached). We can either try this or `./gradlew clean :iceberg-api:build -x test -x integrationTest -x javadoc` to try it out. I'm open to either. I'll look into the revapi action upstream to see if there's a better way we can force it or if they have any guidance. This worked locally for me though as `clean` should force `iceberg-api:revapi` to invoke `build`. cc @singhpk234 @ajantha-bhat -- 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]
