Skip to content

Commit c24362a

Browse files
committed
update product jdk requirement to java 21
1 parent 038323a commit c24362a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eclipse-distribution/org.springframework.boot.ide.product.e432/org.springframework.boot.ide.product

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<programArgs>-product org.springframework.boot.ide.branding.sts4
1010
--launcher.defaultAction openFile
1111
</programArgs>
12-
<vmArgs>-Dosgi.requiredJavaVersion=17
12+
<vmArgs>-Dosgi.requiredJavaVersion=21
1313
-Dosgi.dataAreaRequiresExplicitInit=true
1414
-Dorg.slf4j.simpleLogger.defaultLogLevel=off
1515
-Dsun.java.command=SpringToolSuite4

eclipse-distribution/org.springframework.boot.ide.product.e433/org.springframework.boot.ide.product

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<programArgs>-product org.springframework.boot.ide.branding.sts4
1010
--launcher.defaultAction openFile
1111
</programArgs>
12-
<vmArgs>-Dosgi.requiredJavaVersion=17
12+
<vmArgs>-Dosgi.requiredJavaVersion=21
1313
-Dosgi.dataAreaRequiresExplicitInit=true
1414
-Dorg.slf4j.simpleLogger.defaultLogLevel=off
1515
-Dsun.java.command=SpringToolSuite4

0 commit comments

Comments
 (0)