Use Java 21 (#4235)

This commit is contained in:
Zongle Wang 2024-02-23 19:28:13 +08:00 committed by GitHub
commit e3c68e0992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 4 deletions

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Gradle Wrapper Validation

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Gradle Wrapper Validation