Don't run tests again for packaging.
Since testing is done in a separate task.
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"label": "package",
|
||||
"type": "shell",
|
||||
"command": "mvn package",
|
||||
"command": "mvn package -DskipTests",
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user