From 57c3344e3154fe60f70cdcabaf2452dd3f09089e Mon Sep 17 00:00:00 2001 From: "Keber, David" Date: Tue, 30 Jan 2024 17:04:56 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build:=20update=20maven-compiler?= =?UTF-8?q?-plugin=20to=20build=20with=20more=20modern=20JDK=20(17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9546294..3904005 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,7 @@ https://github.com/wiztools/javadoc-jar-viewer + 17 UTF-8 @@ -22,10 +23,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.12.1 - 1.6 - 1.6 + ${jdk.version}