Skip to content

Commit 55f97fc

Browse files
authored
Update main.yml
1 parent ba30b65 commit 55f97fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
with:
3737
# Avoid caching the generated artifacts
3838
path: |
39+
~/.gradle/*
3940
~/.m2/repository/*
40-
!~/.m2/repository/com/formkiq
4141
key: "${{ matrix.runtime }}-maven-${{ hashFiles('**/pom.xml') }}"
4242
- name: Build Project
4343
run: ./gradlew build --no-daemon

0 commit comments

Comments
 (0)