Skip to content

Commit

Permalink
fix(devcontainer): correct working directory path in devcontainer.json (
Browse files Browse the repository at this point in the history
  • Loading branch information
pethers authored Jan 12, 2025
1 parent 350c74d commit 18d7d7b
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 @@ -94,7 +94,7 @@
"-Dsurefire.reportNameSuffix=UNIT"
],
"options": {
"cwd": "${workspaceFolder}/../parent-pom",
"cwd": "${workspaceFolder}/parent-pom",
"env": {
"MAVEN_OPTS": "-server -Xmx2048m -Xms2048m"
}
Expand All @@ -115,7 +115,7 @@
"-Dhttps.protocols=TLSv1.2"
],
"options": {
"cwd": "${workspaceFolder}/../parent-pom",
"cwd": "${workspaceFolder}/parent-pom",
"env": {
"MAVEN_OPTS": "-server -Xmx2048m -Xms2048m"
}
Expand Down

0 comments on commit 18d7d7b

Please sign in to comment.