Update to Java 17

This commit is contained in:
Chris Eager
2021-10-23 15:13:59 -07:00
committed by Chris Eager
parent 2015ba77ca
commit 8d1d56f694
2 changed files with 3 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@3bc31aaf88e8fc94dc1e632d48af61be5ca8721c
with:
distribution: 'adopt'
java-version: 11
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build with Maven
run: mvn -e -B verify