We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b6472 commit 5cb12c6Copy full SHA for 5cb12c6
.github/workflows/test-cache-dependency-path.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: ${{ matrix.build-system }}
24
cache-dependency-path: |
25
${{ matrix.build-system == 'maven' && '**/pom.xml' }}
26
- ${{ matrix.build-system == 'gradle' && '**/*.gradle*' }}
27
- ${{ matrix.build-system == 'sbt' && '**/build.sbt' }}
+ ${{ matrix.build-system == 'gradle' && '*.gradle*' }}
+ ${{ matrix.build-system == 'sbt' && 'build.sbt' }}
28
- name: Verify Java version
29
run: java -version
0 commit comments