update build to java 18.0.1

This commit is contained in:
Craig Raw 2022-08-02 13:38:45 +02:00
parent 4c36d27d17
commit 6efe5e4ccc

View file

@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Set up JDK 17.0.2 - name: Set up JDK 18.0.1
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: '17.0.2' java-version: '18.0.1'
- name: Show Build Versions - name: Show Build Versions
run: ./gradlew -v run: ./gradlew -v
- name: Cache Gradle packages - name: Cache Gradle packages