kevinjqliu opened a new pull request, #15799:
URL: https://github.com/apache/iceberg/pull/15799

   Closes #15789
   
   
   Replaces manual `actions/cache` usage with `gradle/actions/setup-gradle` 
across all CI workflows.
   
   `setup-gradle` handles Gradle caching automatically (caches/wrapper), only 
saves on the default branch, 
   and restores on PR branches — matching the previous behavior with less 
configuration.
   
   Changes:
   - Remove `actions/cache/restore` + `actions/cache/save` pairs
   - Remove standalone `actions/cache` steps
   - Add `gradle/actions/setup-gradle` before Gradle invocations
   - Add caching to `build-checks` and `build-javadoc` jobs in Java CI that 
previously had none


-- 
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]

Reply via email to