From 6e0bacd2368bb7facc467a1ebb2a14b62f897ac5 Mon Sep 17 00:00:00 2001 From: Dylan Garvis Date: Thu, 29 Jan 2026 23:37:41 -0500 Subject: [PATCH] build: configure maven compiler --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 0d21d02..844b1cc 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + ${maven.compiler.release} + + org.apache.maven.plugins maven-shade-plugin