Skip to content

Commit

Permalink
Update devcontainer.json (#7073)
Browse files Browse the repository at this point in the history
  • Loading branch information
pethers authored Jan 22, 2025
1 parent 94a23a2 commit 66d09ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"-Dmaven.test.failure.ignore=true",
"-DfailIfNoTests=false",
"-Dsurefire.failIfNoSpecifiedTests=false",
"-Dsurefire.reportNameSuffix=UNIT"
"-Dsurefire.reportNameSuffix=UNIT",
"-Dspdx.skip"
],
"options": {
"cwd": "${workspaceFolder}/parent-pom",
Expand All @@ -119,7 +120,8 @@
"!com.hack23.cia:cia-dist-deb,!com.hack23.cia:cia-dist-cloudformation",
"-DskipTests",
"-DfailIfNoTests=false",
"-Dsurefire.failIfNoSpecifiedTests=false"
"-Dsurefire.failIfNoSpecifiedTests=false",
"-Dspdx.skip"
],
"options": {
"cwd": "${workspaceFolder}/parent-pom",
Expand Down Expand Up @@ -187,4 +189,4 @@
"PGSSLCERT": "/home/vscode/.postgresql/root.crt"
},
"remoteUser": "vscode"
}
}

0 comments on commit 66d09ab

Please sign in to comment.