From ef60f920bcf158ac64c9b10a03ba142b7d052198 Mon Sep 17 00:00:00 2001 From: Bauke Scholtz Date: Sat, 14 Sep 2024 08:21:12 -0400 Subject: [PATCH] Fix workflow to use Java 17 with latest maven compiler plugin (older/inferred versions didn't support maven.compiler.relase property) --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 86690a6..350b26e 100644 --- a/pom.xml +++ b/pom.xml @@ -220,6 +220,13 @@ + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + org.apache.maven.plugins