mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
natives.yml: exclude ~/.gradle/caches/modules-2/modules-2.lock from Gradle cache
This commit is contained in:
4
.github/workflows/natives.yml
vendored
4
.github/workflows/natives.yml
vendored
@@ -41,7 +41,9 @@ jobs:
|
|||||||
- name: Cache Gradle cache
|
- name: Cache Gradle cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.gradle/caches
|
path: |
|
||||||
|
~/.gradle/caches
|
||||||
|
!~/.gradle/caches/modules-2/modules-2.lock
|
||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
|
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
|
||||||
restore-keys: ${{ runner.os }}-gradle
|
restore-keys: ${{ runner.os }}-gradle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user