Skip to content

Commit b9b4a10

Browse files
snjezagayanper
authored andcommitted
Provide Java 19 preview support in pre-release build
Signed-off-by: Snjezana Peco <[email protected]>
1 parent 9da26db commit b9b4a10

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

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

26-
* Supports code from Java 1.5 to Java 18
26+
* Supports code from Java 1.5 to Java 19
2727
* Maven pom.xml project support
2828
* Gradle project support (with experimental Android project import support)
2929
* Standalone Java files support
@@ -80,8 +80,8 @@ If you need to compile your projects against a different JDK version, it's recom
8080
"path": "/path/to/jdk-11",
8181
},
8282
{
83-
"name": "JavaSE-18",
84-
"path": "/path/to/jdk-18",
83+
"name": "JavaSE-19",
84+
"path": "/path/to/jdk-19",
8585
"default": true
8686
},
8787
]

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,8 @@
728728
"JavaSE-15",
729729
"JavaSE-16",
730730
"JavaSE-17",
731-
"JavaSE-18"
731+
"JavaSE-18",
732+
"JavaSE-19"
732733
],
733734
"description": "Java Execution Environment name. Must be unique."
734735
},

0 commit comments

Comments
 (0)