From 8f51cd0e9dcd9baeddb1ad4940af36f8c1c99ef9 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 6 Sep 2022 17:57:37 -0700 Subject: [PATCH] Migrate eclipse setup to use Java 17 --- 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 b6cdfe1b899..910f36e38d8 100644 --- a/eclipse/spring-boot-project.setup +++ b/eclipse/spring-boot-project.setup @@ -22,8 +22,8 @@ label="Checkout Location"/> + version="JavaSE-17" + location="${jre.location-17}"> Define the JRE needed to compile and run the Java projects of ${scope.project.label} @@ -117,14 +117,14 @@ + javaHome="${jre.location-17}"> + javaHome="${jre.location-17}">