From 9c934e440d5bfe9c00bf525ba305c8f871340442 Mon Sep 17 00:00:00 2001 From: Jikoo Date: Tue, 7 Jun 2022 14:09:51 -0400 Subject: [PATCH] Update main plugin to Java 17 All supported versions require Java 17, there's no reason the plugin should not. Swap to Temurin for CI, Adopt is dead. --- .github/workflows/ci.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 176cd38..09682ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-java@v3 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '17' cache: 'maven' diff --git a/pom.xml b/pom.xml index e09b7e7..037125f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,8 +27,8 @@ UTF-8 - 16 - 16 + 17 + 17 unknown