Skip to content

Commit a64227c

Browse files
committed
Switch to Java 21 the branding plugin
1 parent 417f31f commit a64227c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eclipse-distribution/org.springframework.boot.ide.branding/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src/"/>
66
<classpathentry kind="output" path="target/classes"/>

eclipse-distribution/org.springframework.boot.ide.branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.ui,
99
org.eclipse.equinox.p2.ui.sdk,
1010
org.springsource.ide.eclipse.commons.core,
1111
org.eclipse.equinox.p2.engine
12-
Bundle-RequiredExecutionEnvironment: JavaSE-17
12+
Bundle-RequiredExecutionEnvironment: JavaSE-21
1313
Bundle-Localization: plugin
1414
Bundle-ActivationPolicy: lazy
1515
Import-Package: org.eclipse.core.runtime,

0 commit comments

Comments
 (0)