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
|
||||
with:
|
||||
submodules: true
|
||||
- name: Set up JDK 18
|
||||
- name: Set up JDK 19
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 18
|
||||
java-version: 19
|
||||
cache: gradle
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build --no-daemon
|
||||
|
Loading…
Reference in New Issue
Block a user