Commit c6adbb1
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]>1 parent 06316ae commit c6adbb1
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
0 commit comments