All checks were successful
Build Plugin / build-test (push) Successful in 43s
- Add D7 Command (Admin interface) - Add remove func to status - Add Color table to Status custom - Add wordlist
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build",
|
|
"command": "mvn",
|
|
"args": [
|
|
"clean",
|
|
"package"
|
|
],
|
|
"type": "shell",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |