Skip to content

Commit

Permalink
update to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjasper committed Sep 27, 2024
1 parent 1bfa69c commit ea32ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'
cache: 'maven'
- name: Build and Analyze
env:
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'
cache: 'maven'
server-id: 'central'
server-username: SONATYPE_USERNAME
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: '17'
java-version: '21'
cache: 'maven'
- name: Configure Git user
run: |
Expand Down

0 comments on commit ea32ae9

Please sign in to comment.