more work

This commit is contained in:
minster586
2026-01-14 03:27:15 -05:00
parent 5512f6fa7f
commit 61eda7f6e7
11 changed files with 153 additions and 40 deletions

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

@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Maven: clean package",
"type": "shell",
"command": "mvn clean package",
"problemMatcher": [
"$maven"
],
"group": "build"
}
]
}