Skip to content

Commit

Permalink
Fixing issues with respect to non-default Maven outputDirectory setting
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Oct 19, 2023
1 parent da1586f commit 2664882
Show file tree
Hide file tree
Showing 6 changed files with 1,150 additions and 696 deletions.
14 changes: 10 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"image": "ghcr.io/octodemo/container-nodejs-development:base-20220830",
"extensions": [
"Orta.vscode-jest",
],
"image": "ghcr.io/octodemo/development-containers/javascript:base-20230923",
"customizations": {
"vscode": {
"extensions": [
"Orta.vscode-jest",
"GitHub.copilot"
]
}
},

// Install JDK and Maven for testing purposes
"postCreateCommand": ".devcontainer/install_maven.sh",
"postStartCommand": "npm install"
Expand Down
Loading

0 comments on commit 2664882

Please sign in to comment.