From d8e0cd8188f70921a9439ed43e8eff41c365356a Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 13 Oct 2021 12:33:28 +0200 Subject: [PATCH] upgraded embedded jdk toa JDK17 and included the M1 version as well --- .../pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e422/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e422/pom.xml index 5b7047418..b5b41f6e2 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e422/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.product.e422/pom.xml @@ -17,7 +17,7 @@ ${accessKey} ${secretKey} - https://download.eclipse.org/justj/jres/16/updates/release/latest/ + https://download.eclipse.org/justj/jres/17/updates/milestone/latest/ @@ -184,6 +184,16 @@ -consoleLog -application org.eclipse.equinox.p2.director -nosplash -destination ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/macosx/cocoa/x86_64/SpringToolSuite4.app -repository ${justj.repository} -installIUs org.eclipse.justj.openjdk.hotspot.jre.full.feature.group + + macos-aarch_64 + package + + eclipse-run + + + -consoleLog -application org.eclipse.equinox.p2.director -nosplash -destination ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/macosx/cocoa/aarch64/SpringToolSuite4.app -repository ${justj.repository} -installIUs org.eclipse.justj.openjdk.hotspot.jre.full.feature.group + + windows-x86_64 package