Skip to content

Commit 2b32af2

Browse files
committed
ci: setup publish
1 parent e288521 commit 2b32af2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-java@v4
3636
with:
3737
java-version: ${{ matrix.java }}
38-
distribution: 'zulu'
38+
distribution: 'temurin'
3939
cache: 'maven'
4040

4141
- name: Cache Maven packages

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v4
1919

20-
- name: Set up JDK 8
20+
- name: Setup JDK 7
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: '8'
23+
java-version: '7'
2424
distribution: 'zulu'
2525
cache: 'maven'
2626
server-id: central

0 commit comments

Comments
 (0)