Skip to content

Commit 7a0112e

Browse files
author
redhattools-bot
committed
Bump JDK to 24
1 parent 33d9902 commit 7a0112e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Features
2424
=========
2525
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-java/master/images/vscode-java.0.0.1.gif)
2626

27-
* Supports code from Java 1.8 to Java 23
27+
* Supports code from Java 1.8 to Java 24
2828
* Maven pom.xml project support
2929
* Gradle project support (with experimental Android project import support)
3030
* Standalone Java files support
@@ -81,8 +81,8 @@ If you need to compile your projects against a different JDK version, it's recom
8181
"path": "/path/to/jdk-11",
8282
},
8383
{
84-
"name": "JavaSE-23",
85-
"path": "/path/to/jdk-23",
84+
"name": "JavaSE-24",
85+
"path": "/path/to/jdk-24",
8686
"default": true
8787
},
8888
]

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,8 @@
934934
"JavaSE-20",
935935
"JavaSE-21",
936936
"JavaSE-22",
937-
"JavaSE-23"
937+
"JavaSE-23",
938+
"JavaSE-24"
938939
],
939940
"description": "Java Execution Environment name. Must be unique."
940941
},
@@ -1995,4 +1996,4 @@
19951996
},
19961997
"segmentWriteKey": "Y7Y5Xk8dKEhVZHTmAkFZkqgdN4d7c4lt",
19971998
"segmentWriteKeyDebug": "BflPll7uuKOCm3y0g7JpfXLVBVFBivDE"
1998-
}
1999+
}

0 commit comments

Comments
 (0)