use JDK 17 for CI

This commit is contained in:
Daniel Micay 2021-11-16 14:42:10 -05:00
parent 333d1848cf
commit dc1471e0f8
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2.3.1
with:
distribution: 'temurin'
java-version: 11
java-version: 17
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon