From 98529dd3bd1b2f571bc403f63da40e8304677a2e Mon Sep 17 00:00:00 2001 From: Johan Maasing Date: Tue, 15 Apr 2025 14:17:08 +0200 Subject: [PATCH] Lower java requirement to 21 from 24 --- parser/pom.xml | 6 +++--- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/parser/pom.xml b/parser/pom.xml index 8dad406..c2f56aa 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -50,8 +50,8 @@ maven-compiler-plugin 3.13.0 - 24 - 24 + ${maven.compiler.source} + ${maven.compiler.source} @@ -91,4 +91,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 0ce154e..b234fa1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,8 @@ pom - 24 - 24 + 21 + 21 UTF-8 @@ -67,4 +67,4 @@ endgen-dist - \ No newline at end of file +