Skip to content

Commit 43921b1

Browse files
authored
java 21 (#263)
1 parent 02ee2f7 commit 43921b1

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
@@ -58,8 +58,8 @@ If you need to compile your projects against a different JDK version, it's recom
5858
"path": "/path/to/jdk-11",
5959
},
6060
{
61-
"name": "JavaSE-20",
62-
"path": "/path/to/jdk-20",
61+
"name": "JavaSE-21",
62+
"path": "/path/to/jdk-21",
6363
"default": true
6464
},
6565
]
@@ -69,7 +69,7 @@ The default runtime will be used when you open standalone Java files.
6969

7070
## Features
7171

72-
- Supports code from Java 1.5 to Java 20
72+
- Supports code from Java 1.5 to Java 21
7373
- Maven pom.xml project support
7474
- Gradle project support (with experimental Android project import support)
7575
- Standalone Java files support

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,8 @@
677677
"JavaSE-17",
678678
"JavaSE-18",
679679
"JavaSE-19",
680-
"JavaSE-20"
680+
"JavaSE-20",
681+
"JavaSE-21"
681682
],
682683
"description": "Java Execution Environment name. Must be unique."
683684
},

0 commit comments

Comments
 (0)