File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
org.springframework.boot.ide.product.e421
org.springframework.boot.ide.product.e422 Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1717 <properties >
1818 <dist .accessKey>${accessKey} </dist .accessKey>
1919 <dist .secretKey>${secretKey} </dist .secretKey>
20- <justj .repository>https://download.eclipse.org/justj/jres/16 /updates/release/latest/</justj .repository>
20+ <justj .repository>https://download.eclipse.org/justj/jres/17 /updates/release/latest/</justj .repository>
2121 </properties >
2222
2323 <build >
184184 <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 >
185185 </configuration >
186186 </execution >
187+ <execution >
188+ <id >macos-aarch64</id >
189+ <phase >package</phase >
190+ <goals >
191+ <goal >eclipse-run</goal >
192+ </goals >
193+ <configuration >
194+ <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 >
195+ </configuration >
196+ </execution >
187197 <execution >
188198 <id >windows-x86_64</id >
189199 <phase >package</phase >
Original file line number Diff line number Diff line change 1717 <properties >
1818 <dist .accessKey>${accessKey} </dist .accessKey>
1919 <dist .secretKey>${secretKey} </dist .secretKey>
20- <justj .repository>https://download.eclipse.org/justj/jres/17/updates/milestone /latest/</justj .repository>
20+ <justj .repository>https://download.eclipse.org/justj/jres/17/updates/release /latest/</justj .repository>
2121 </properties >
2222
2323 <build >
You can’t perform that action at this time.
0 commit comments