Skip to content

Commit 0604a8a

Browse files
snjezargrunber
authored andcommitted
Provide Java 18 support
Signed-off-by: Snjezana Peco <[email protected]>
1 parent d82211d commit 0604a8a

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
@@ -20,7 +20,7 @@ Features
2020
=========
2121
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-java/master/images/vscode-java.0.0.1.gif)
2222

23-
* Supports code from Java 1.5 to Java 17
23+
* Supports code from Java 1.5 to Java 18
2424
* Maven pom.xml project support
2525
* Basic Gradle Java project support (Android not supported)
2626
* Standalone Java files support
@@ -79,8 +79,8 @@ If you need to compile your projects against a different JDK version, it's recom
7979
"path": "/path/to/jdk-11",
8080
},
8181
{
82-
"name": "JavaSE-17",
83-
"path": "/path/to/jdk-17",
82+
"name": "JavaSE-18",
83+
"path": "/path/to/jdk-18",
8484
"default": true
8585
},
8686
]

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,8 @@
697697
"JavaSE-14",
698698
"JavaSE-15",
699699
"JavaSE-16",
700-
"JavaSE-17"
700+
"JavaSE-17",
701+
"JavaSE-18"
701702
],
702703
"description": "Java Execution Environment name. Must be unique."
703704
},

0 commit comments

Comments
 (0)