You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Gradle cache in build.yml and windows-build.yml workflows using gradle/actions/setup-gradle (#702)
* Initial plan
* Enable Gradle cache in GitHub Actions workflows
Co-authored-by: yutaro-sakamoto <[email protected]>
* Remove accidental test files that were not part of the caching changes
Co-authored-by: yutaro-sakamoto <[email protected]>
* Add Gradle cache to create-release.yml workflow
The create-release.yml workflow also uses Gradle for publishing packages but was missing the gradle-build-action caching configuration. This adds the proper setup step with gradle-version: wrapper to enable caching for the publish job as well.
Co-authored-by: yutaro-sakamoto <[email protected]>
* Replace deprecated gradle/gradle-build-action with gradle/actions/setup-gradle
Co-authored-by: yutaro-sakamoto <[email protected]>
* Limit Gradle cache to windows-build.yml only as requested
Co-authored-by: yutaro-sakamoto <[email protected]>
* Enable Gradle cache in build.yml workflow for make command optimization
Co-authored-by: yutaro-sakamoto <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: yutaro-sakamoto <[email protected]>
0 commit comments