diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ee87d1406..2dfdc5301 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -55,6 +55,25 @@ "kind": "build", "isDefault": true } + }, + { + "label": "Spotless Apply and Build", + "type": "shell", + "command": "./gradlew spotlessApply build", + "problemMatcher": [], + "showOutput": "always", + "presentation": { + "echo": true, + "reveal": "always", + "focus": true, + "panel": "dedicated", + "showReuseMessage": false, + "clear": true + }, + "group": { + "kind": "build", + "isDefault": true + } } ] } \ No newline at end of file