From d556d31ff7cfd7f8c259e33b685d3a516e2f245e Mon Sep 17 00:00:00 2001 From: Tim Claridge Date: Sun, 14 Jun 2026 11:39:45 +1200 Subject: [PATCH] build: target Java 8 instead of 7 JDK 20+ removed -source/-target 7, so the module no longer compiled on modern JDKs. Bump source.level to 8 (lowest still supported). Co-Authored-By: Claude Opus 4.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b01e559..c71aa90 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ - 1.7 + 8 UTF-8