update to JDK 19
This commit is contained in:
parent
a73caa5914
commit
22bd993a75
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Set up JDK 18
|
- name: Set up JDK 19
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 18
|
java-version: 19
|
||||||
cache: gradle
|
cache: gradle
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew build --no-daemon
|
run: ./gradlew build --no-daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user