Lots of changes because it's dumb

It's had so many mistakes where it forgets one thing and then does another it's retarded
This commit is contained in:
minster586
2026-01-14 03:52:52 -05:00
parent 5e7fe0e954
commit 40534e4e04
5 changed files with 145 additions and 5 deletions

18
.vscode/tasks.json vendored
View File

@@ -27,6 +27,24 @@
"$maven"
],
"group": "build"
},
{
"label": "Maven: clean package (fat jar, rerun)",
"type": "shell",
"command": "mvn clean package",
"problemMatcher": [
"$maven"
],
"group": "build"
},
{
"label": "Maven: clean package (final auto-format)",
"type": "shell",
"command": "mvn clean package",
"problemMatcher": [
"$maven"
],
"group": "build"
}
]
}