Update CI workflow to run with Java 17
This commit is contained in:
parent
91a69b36f9
commit
b2ec34de55
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue