Skip to content

Commit

Permalink
Provide support for Java 22.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Mar 26, 2024
1 parent 07e4100 commit 0ad5940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Features
=========
![ screencast ](https://raw.githubusercontent.com/redhat-developer/vscode-java/master/images/vscode-java.0.0.1.gif)

* Supports code from Java 1.5 to Java 21
* Supports code from Java 1.5 to Java 22
* Maven pom.xml project support
* Gradle project support (with experimental Android project import support)
* Standalone Java files support
Expand Down Expand Up @@ -81,8 +81,8 @@ If you need to compile your projects against a different JDK version, it's recom
"path": "/path/to/jdk-11",
},
{
"name": "JavaSE-21",
"path": "/path/to/jdk-21",
"name": "JavaSE-22",
"path": "/path/to/jdk-22",
"default": true
},
]
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,8 @@
"JavaSE-18",
"JavaSE-19",
"JavaSE-20",
"JavaSE-21"
"JavaSE-21",
"JavaSE-22"
],
"description": "Java Execution Environment name. Must be unique."
},
Expand Down

0 comments on commit 0ad5940

Please sign in to comment.