mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-27 03:46:17 -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
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
!~/.gradle/caches/modules-2/modules-2.lock
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
|
||||
restore-keys: ${{ runner.os }}-gradle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user