Skip to content

Commit

Permalink
Switch to Java standard mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Aug 11, 2024
1 parent 3ce6c6f commit 512ba56
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@
"version": "21",
"installMaven": "true"
},
"ghcr.io/devcontainers/features/github-cli:1": {
}
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"customizations": {
"vscode": {
"settings": {
"java.configuration.runtimes": [
{
"name": "JavaSE-21",
"path": "/usr/local/openjdk-21",
"default": true
}
]
},
"extensions": [
"vscjava.vscode-java-pack",
"vscjava.vscode-maven",
Expand All @@ -18,5 +26,5 @@
]
}
},
"postCreateCommand": "mvn clean install"
}
"postCreateCommand": "mvn dependency:resolve"
}

0 comments on commit 512ba56

Please sign in to comment.