Skip to content

Commit 9e0a9ff

Browse files
sullislukasj
authored andcommitted
1 parent 3d9ba15 commit 9e0a9ff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,13 @@ jobs:
2626
java_version: [ 11, 17-ea ]
2727

2828
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-
3629
- name: Checkout for build
3730
uses: actions/checkout@v2.3.4
3831
- name: Set up JDK
3932
uses: actions/setup-java@v2
4033
with:
4134
distribution: 'zulu'
4235
java-version: ${{ matrix.java_version }}
36+
cache: 'maven'
4337
- name: Verify
4438
run: cd api && mvn -B -V -U -C -Poss-release -Pstaging clean verify -Dgpg.skip=true

0 commit comments

Comments
 (0)