Stupid copilot forgot to tell it what Java class to run

This commit is contained in:
minster586
2026-01-14 03:30:50 -05:00
parent 61eda7f6e7
commit e7726190f6
10 changed files with 22 additions and 0 deletions

9
.vscode/tasks.json vendored
View File

@@ -9,6 +9,15 @@
"$maven"
],
"group": "build"
},
{
"label": "Maven: clean package (with Main-Class)",
"type": "shell",
"command": "mvn clean package",
"problemMatcher": [
"$maven"
],
"group": "build"
}
]
}