Skip to content

Commit 7a1bf70

Browse files
committed
update ci/cd - java 21
1 parent d1d45c3 commit 7a1bf70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/dev_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
fetch-depth: 0
1616
ref: ${{ matrix.branch }}
1717

18-
- name: Set up JDK 17
18+
- name: Set up JDK 21
1919
uses: actions/setup-java@v3
2020
with:
21-
java-version: '17'
21+
java-version: '21'
2222
distribution: 'adopt'
2323

2424

Diff for: .github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
file: gradle.properties
3232
all: true
3333

34-
- name: Set up JDK 17
34+
- name: Set up JDK 21
3535
uses: actions/setup-java@v3
3636
with:
37-
java-version: '17'
37+
java-version: '21'
3838
distribution: 'adopt'
3939

4040

0 commit comments

Comments
 (0)