Skip to content

Commit 7d79931

Browse files
BananeweizenCalixte
authored andcommitted
Lift Java version requirement
The minimum version of 17 is needed since a while and should have been changed with the Tycho 4 upgrade already. The previous limit of the upper version is no longer needed, all involved tools work fine with 21.
1 parent 95d3cbc commit 7d79931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
<banDuplicatePomDependencyVersions/>
393393
<requireExplicitDependencyScope/>
394394
<requireJavaVersion>
395-
<version>[11,18)</version>
395+
<version>[17,)</version>
396396
</requireJavaVersion>
397397
<requireMavenVersion>
398398
<version>${maven-version}</version>

0 commit comments

Comments
 (0)