Skip to content

Commit 02002ee

Browse files
merksHannesWell
authored andcommitted
Update the setup for configure a Java 21 JRE
- Also configure branches for PRs to rebase.
1 parent d5314f4 commit 02002ee

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

setup/m2e.setup

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@
4646
</setupTask>
4747
<setupTask
4848
xsi:type="jdt:JRETask"
49-
version="JavaSE-17"
50-
location="${jre.location-17}"
51-
name="JRE for JavaSE-17">
49+
version="JavaSE-21"
50+
location="${jre.location-21}">
5251
<description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
5352
</setupTask>
5453
<setupTask
@@ -115,6 +114,12 @@
115114
<value>remoteURI</value>
116115
</detail>
117116
</annotation>
117+
<configSections
118+
name="branch">
119+
<properties
120+
key="autoSetupRebase"
121+
value="always"/>
122+
</configSections>
118123
<description>${scope.project.label}</description>
119124
</setupTask>
120125
<setupTask

0 commit comments

Comments
 (0)