We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e288521 commit 2b32af2Copy full SHA for 2b32af2
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/setup-java@v4
36
with:
37
java-version: ${{ matrix.java }}
38
- distribution: 'zulu'
+ distribution: 'temurin'
39
cache: 'maven'
40
41
- name: Cache Maven packages
.github/workflows/publish.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Checkout code
18
uses: actions/checkout@v4
19
20
- - name: Set up JDK 8
+ - name: Setup JDK 7
21
22
23
- java-version: '8'
+ java-version: '7'
24
distribution: 'zulu'
25
26
server-id: central
0 commit comments