From 5afaf4cec81676c2dd1c48f2c5fc40f89dbf4efd Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Fri, 26 Jan 2024 17:35:27 +0100 Subject: [PATCH] limit Java EE version The Tycho build cannot be run on a Java 21 EE. Document that by means of a Maven enforcer rule (even though Tycho will fail earlier than the rule would be applied). Can be reverted with the upgrade to a new Tycho major version. --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 3db9c3109..7fef6b8df 100644 --- a/pom.xml +++ b/pom.xml @@ -390,6 +390,9 @@ + + [11,18) + ${maven-version}