Skip to content

Commit 93f5ea5

Browse files
committed
Update eclipse setup for 4.0.x
1 parent 1a16db7 commit 93f5ea5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eclipse/spring-boot-project.setup

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
1212
xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0"
1313
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/buildship/oomph/1.0 https://raw.githubusercontent.com/eclipse/buildship/master/org.eclipse.buildship.oomph/model/GradleImport-1.0.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
14-
name="spring.boot.3.5.x"
15-
label="Spring Boot 3.5.x">
14+
name="spring.boot.4.0.x"
15+
label="Spring Boot 4.0.x">
1616
<setupTask
1717
xsi:type="setup:VariableTask"
1818
type="FOLDER"
@@ -22,8 +22,8 @@
2222
label="Checkout Location"/>
2323
<setupTask
2424
xsi:type="jdt:JRETask"
25-
version="JavaSE-17"
26-
location="${jre.location-17}">
25+
version="JavaSE-23"
26+
location="${jre.location-23}">
2727
<description>
2828
Define the JRE needed to compile and run the Java
2929
projects of ${scope.project.label}

0 commit comments

Comments
 (0)