Skip to content

Commit

Permalink
Fix path to JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Aug 11, 2024
1 parent 512ba56 commit deeb1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"settings": {
"java.configuration.runtimes": [
{
"name": "JavaSE-21",
"path": "/usr/local/openjdk-21",
"name": "Java-21",
"path": "/usr/local/sdkman/candidates/java/current",
"default": true
}
]
Expand Down

0 comments on commit deeb1de

Please sign in to comment.