We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42d4e8 commit 096f0aeCopy full SHA for 096f0ae
.github/workflows/build.yml
@@ -34,10 +34,11 @@ jobs:
34
steps:
35
- uses: actions/checkout@v3
36
- name: Setup java
37
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
38
with:
39
distribution: 'zulu'
40
java-version: ${{ matrix.java }}
41
- cache: 'maven'
+ cache: maven
42
+ cache-dependency-path: '**/pom.xml'
43
- name: Build with Maven
44
run: mvn compile test
0 commit comments