update embedded JDK to JDK17 and include Apple Silicon M1 support for e421 target

This commit is contained in:
Martin Lippert
2021-10-18 19:35:37 +02:00
parent 8d3194a6be
commit 0197f253da
2 changed files with 12 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
<properties>
<dist.accessKey>${accessKey}</dist.accessKey>
<dist.secretKey>${secretKey}</dist.secretKey>
<justj.repository>https://download.eclipse.org/justj/jres/16/updates/release/latest/</justj.repository>
<justj.repository>https://download.eclipse.org/justj/jres/17/updates/release/latest/</justj.repository>
</properties>
<build>
@@ -184,6 +184,16 @@
<appArgLine>-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</appArgLine>
</configuration>
</execution>
<execution>
<id>macos-aarch64</id>
<phase>package</phase>
<goals>
<goal>eclipse-run</goal>
</goals>
<configuration>
<appArgLine>-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</appArgLine>
</configuration>
</execution>
<execution>
<id>windows-x86_64</id>
<phase>package</phase>

View File

@@ -17,7 +17,7 @@
<properties>
<dist.accessKey>${accessKey}</dist.accessKey>
<dist.secretKey>${secretKey}</dist.secretKey>
<justj.repository>https://download.eclipse.org/justj/jres/17/updates/milestone/latest/</justj.repository>
<justj.repository>https://download.eclipse.org/justj/jres/17/updates/release/latest/</justj.repository>
</properties>
<build>