Use gradle version catalog

This commit is contained in:
topjohnwu
2024-08-18 13:12:23 -07:00
parent c76cc4c6bd
commit 5f27a62221
6 changed files with 116 additions and 50 deletions

View File

@@ -35,7 +35,7 @@ runs:
~/.gradle/caches
~/.gradle/wrapper
!~/.gradle/caches/build-cache-*
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/**') }}
restore-keys: ${{ runner.os }}-gradle-
- name: Cache build cache