Skip to content

Commit cf9b3ca

Browse files
committed
JDK 11+ - fix push Action attempt 2
1 parent 137163a commit cf9b3ca

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/maven-master.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@ jobs:
1818
uses: actions/setup-java@v3
1919
with:
2020
java-version: ${{ matrix.java }}
21-
- name: Cache local Maven repository
22-
uses: actions/cache@v2
23-
with:
24-
path: ~/.m2/repository
25-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
26-
restore-keys: |
27-
${{ runner.os }}-maven-
21+
distribution: temurin
22+
cache: maven
2823
- name: Docker Login
2924
run: |
3025
docker login --username=${{ secrets.DOCKERHUB_SB_USERNAME }} --password=${{ secrets.DOCKERHUB_SB_PASSWORD }}

0 commit comments

Comments
 (0)