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 a02f422 commit 968a000Copy full SHA for 968a000
.github/workflows/maven.yml
@@ -13,12 +13,13 @@ jobs:
13
java: [ 8, 11, 17, 19 ]
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Set up JDK ${{ matrix.java }}
18
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
19
with:
20
java-version: ${{ matrix.java }}
21
distribution: 'temurin'
22
+ cache: maven
23
- name: Build with Maven
24
run: mvn clean install -Dgpg.skip -Dmaven.javadoc.skip=true
25
- name: Upload coverage reports to Codecov
0 commit comments