update CI to Java 21
This commit is contained in:
parent
2116b71aff
commit
9cdb8a2cd7
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -11,11 +11,11 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: npm
|
||||
- name: Set up JDK 20
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 20
|
||||
java-version: 21
|
||||
cache: gradle
|
||||
|
||||
- name: Build with Gradle
|
||||
|
Loading…
Reference in New Issue
Block a user