ServerLite/.vscode/tasks.json

15 lines
278 B
JSON
Raw Permalink Normal View History

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "mvn",
"args": [
"clean",
"package"
],
"type": "shell",
"problemMatcher": []
}
]
}