Skip to content

Commit ea32ae9

Browse files
committed
update to java 21
1 parent 1bfa69c commit ea32ae9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-java@v4
1717
with:
1818
distribution: 'microsoft'
19-
java-version: '17'
19+
java-version: '21'
2020
cache: 'maven'
2121
- name: Build and Analyze
2222
env:
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-java@v4
3737
with:
3838
distribution: 'microsoft'
39-
java-version: '17'
39+
java-version: '21'
4040
cache: 'maven'
4141
server-id: 'central'
4242
server-username: SONATYPE_USERNAME
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/setup-java@v4
9898
with:
9999
distribution: 'microsoft'
100-
java-version: '17'
100+
java-version: '21'
101101
cache: 'maven'
102102
- name: Configure Git user
103103
run: |

0 commit comments

Comments
 (0)