Delete tasks.json

This commit is contained in:
Fishplex
2022-09-05 11:45:54 -03:00
committed by GitHub
parent 832a653043
commit 395147c73e

26
.vscode/tasks.json vendored
View File

@@ -1,26 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "gradle",
"id": "/Users/adellanicholson/Documents/AspectsbuildAspects",
"script": "build",
"description": "Assembles and tests this project.",
"group": {
"kind": "build",
"isDefault": true
},
"project": "Aspects",
"buildFile": "/Users/adellanicholson/Documents/Aspects/build.gradle",
"rootProject": "Aspects",
"projectFolder": "/Users/adellanicholson/Documents/Aspects",
"workspaceFolder": "/Users/adellanicholson/Documents/Aspects",
"args": "",
"javaDebug": false,
"problemMatcher": [
"$gradle"
],
"label": "gradle: build"
}
]
}