27 lines
619 B
JSON
27 lines
619 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "build",
|
||
|
"type": "shell",
|
||
|
"command": "./gradlew build -x test",
|
||
|
"problemMatcher": [],
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"label": "run",
|
||
|
"type": "shell",
|
||
|
"command": "./gradlew run",
|
||
|
"problemMatcher": []
|
||
|
},
|
||
|
{
|
||
|
"label": "test",
|
||
|
"type": "shell",
|
||
|
"command": "./gradlew test",
|
||
|
"problemMatcher": []
|
||
|
}
|
||
|
]
|
||
|
}
|