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
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
- name: Set up JDK 20
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 20
|
java-version: 21
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
|
Loading…
Reference in New Issue
Block a user