There was an error while loading. Please reload this page.
1 parent d5314f4 commit 02002eeCopy full SHA for 02002ee
1 file changed
setup/m2e.setup
@@ -46,9 +46,8 @@
46
</setupTask>
47
<setupTask
48
xsi:type="jdt:JRETask"
49
- version="JavaSE-17"
50
- location="${jre.location-17}"
51
- name="JRE for JavaSE-17">
+ version="JavaSE-21"
+ location="${jre.location-21}">
52
<description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
53
54
@@ -115,6 +114,12 @@
115
114
<value>remoteURI</value>
116
</detail>
117
</annotation>
+ <configSections
118
+ name="branch">
119
+ <properties
120
+ key="autoSetupRebase"
121
+ value="always"/>
122
+ </configSections>
123
<description>${scope.project.label}</description>
124
125
0 commit comments