From 8d1d56f69449ed7168995f04db56fdd12d7b6b20 Mon Sep 17 00:00:00 2001 From: Chris Eager Date: Sat, 23 Oct 2021 15:13:59 -0700 Subject: [PATCH] Update to Java 17 --- .github/workflows/test.yml | 4 ++-- pom.xml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d99413af0..a449e5acf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/pom.xml b/pom.xml index fc004603f..c791fa230 100644 --- a/pom.xml +++ b/pom.xml @@ -354,8 +354,7 @@ maven-compiler-plugin 3.8.1 - 11 - 11 + 17