ServerLite/.vscode/tasks.json
tobid7 befce5d7d0
All checks were successful
Build Plugin / build-test (push) Successful in 43s
# Changes:
- Add D7 Command (Admin interface)
- Add remove func to status
- Add Color table to Status custom
- Add wordlist
2024-11-24 12:03:15 +01:00

15 lines
278 B
JSON

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