|
|
|
@ -73,7 +73,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Restore Gradle Cache
|
|
|
|
- name: Restore Gradle Cache
|
|
|
|
id: cache-gradle-restore
|
|
|
|
id: cache-gradle-restore
|
|
|
|
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
|
|
|
|
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: |
|
|
|
|
path: |
|
|
|
|
~/.gradle/caches
|
|
|
|
~/.gradle/caches
|
|
|
|
@ -130,7 +130,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Save Gradle Cache
|
|
|
|
- name: Save Gradle Cache
|
|
|
|
id: cache-gradle-save
|
|
|
|
id: cache-gradle-save
|
|
|
|
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
|
|
|
|
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
|
|
|
if: github.ref == 'refs/heads/main'
|
|
|
|
if: github.ref == 'refs/heads/main'
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: |
|
|
|
|
path: |
|
|
|
|
|