Skip to content

Commit

Permalink
update JDK runtime to SE-22
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Mar 28, 2024
1 parent a44c721 commit 8fc7fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"java.server.launchMode": "Standard",
"java.configuration.runtimes": [
{
"name": "JavaSE-21",
"name": "JavaSE-22",
"path": "/opt/jdk", /* env | grep JAVA_HOME (set in cs50/cli) */
"default": true
}
Expand Down

0 comments on commit 8fc7fb7

Please sign in to comment.