Skip to content

Commit 5cb12c6

Browse files
committed
Test cache option with dependency paths 'maven', 'gradle', 'sbt'
1 parent 65b6472 commit 5cb12c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-cache-dependency-path.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: ${{ matrix.build-system }}
2424
cache-dependency-path: |
2525
${{ matrix.build-system == 'maven' && '**/pom.xml' }}
26-
${{ matrix.build-system == 'gradle' && '**/*.gradle*' }}
27-
${{ matrix.build-system == 'sbt' && '**/build.sbt' }}
26+
${{ matrix.build-system == 'gradle' && '*.gradle*' }}
27+
${{ matrix.build-system == 'sbt' && 'build.sbt' }}
2828
- name: Verify Java version
2929
run: java -version

0 commit comments

Comments
 (0)