Update CI workflow to run with Java 17

This commit is contained in:
Marcus Da Coregio 2021-12-06 10:16:27 -03:00
parent 91a69b36f9
commit b2ec34de55
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: '11'
java-version: '17'
- name: Cache Gradle packages
uses: actions/cache@v2
with: