From 6c479037e561286fae651ffe8d77fd8a828f6f5b Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 5 Feb 2025 11:12:42 -0800 Subject: [PATCH] Target Java 10. --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0971fef6..a8c9f037 100644 --- a/pom.xml +++ b/pom.xml @@ -117,10 +117,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.13.0 - 1.8 - 1.8 + 10 true true true