Skip to content

Commit 5b3514b

Browse files
committed
fix: require Java SE 21 in the classpath
1 parent 400ae3c commit 5b3514b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.eclipse.lsp4e/.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">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
44
<attributes>
55
<attribute name="maven.pomderived" value="true"/>
66
</attributes>

0 commit comments

Comments
 (0)