cosmetic fixes

This commit is contained in:
missingbinary
2021-12-12 18:23:44 -04:00
parent 6da8038056
commit 2587a6a79e
121 changed files with 4763 additions and 2697 deletions

26
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"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"
}
]
}