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 3d9ba15 commit 9e0a9ffCopy full SHA for 9e0a9ff
.github/workflows/maven.yml
@@ -26,19 +26,13 @@ jobs:
26
java_version: [ 11, 17-ea ]
27
28
steps:
29
- - name: Cache local Maven repository
30
- uses: actions/cache@v2
31
- with:
32
- path: ~/.m2/repository
33
- key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
34
- restore-keys: |
35
- ${{ runner.os }}-maven-
36
- name: Checkout for build
37
uses: actions/checkout@v2.3.4
38
- name: Set up JDK
39
uses: actions/setup-java@v2
40
with:
41
distribution: 'zulu'
42
java-version: ${{ matrix.java_version }}
+ cache: 'maven'
43
- name: Verify
44
run: cd api && mvn -B -V -U -C -Poss-release -Pstaging clean verify -Dgpg.skip=true
0 commit comments