Skip to content

Commit

Permalink
limit Java EE version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Bananeweizen authored and Calixte committed Jan 28, 2024
1 parent d3a9cfd commit 9eeba33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@
<rules>
<banDuplicatePomDependencyVersions/>
<requireExplicitDependencyScope/>
<requireJavaVersion>
<version>[11,18)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>${maven-version}</version>
</requireMavenVersion>
Expand Down

0 comments on commit 9eeba33

Please sign in to comment.