From 63221e3ba3ea16a577bc69021a15c108192192b1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 18 Feb 2025 19:32:47 -0800 Subject: [PATCH] Update eclipse setup for 4.0.x --- eclipse/spring-boot-project.setup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclipse/spring-boot-project.setup b/eclipse/spring-boot-project.setup index 868627550cf..8a52876eace 100644 --- a/eclipse/spring-boot-project.setup +++ b/eclipse/spring-boot-project.setup @@ -11,8 +11,8 @@ xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0" xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0" 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" - name="spring.boot.3.5.x" - label="Spring Boot 3.5.x"> + name="spring.boot.4.0.x" + label="Spring Boot 4.0.x"> + version="JavaSE-24" + location="${jre.location-24}"> Define the JRE needed to compile and run the Java projects of ${scope.project.label}