From 2c4125a0a767b40b40753be7f25f520f6ae07720 Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 9 Aug 2026 17:55:27 +0200 Subject: [PATCH] Pin maven-compiler-plugin to 3.15.0 (3.13.0 doesn't run annotation processing under JDK 25) --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 70f1e86..ef007f5 100644 --- a/pom.xml +++ b/pom.xml @@ -53,4 +53,13 @@ compile + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.15.0 + + + \ No newline at end of file