Update GitHub build script to Java 17

This commit is contained in:
tastybento 2023-04-16 11:02:01 -07:00
parent b998b46fd5
commit 9e57851c62
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 16 - name: Set up JDK 17
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
distribution: 'adopt' distribution: 'adopt'
java-version: '16' java-version: '17'
- name: Cache SonarCloud packages - name: Cache SonarCloud packages
uses: actions/cache@v2 uses: actions/cache@v2
with: with: