update to JDK 19

This commit is contained in:
Daniel Micay 2022-10-19 19:27:19 -04:00
parent a73caa5914
commit 22bd993a75
1 changed files with 2 additions and 2 deletions

View File

@ -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