Stupid copilot forgot to tell it what Java class to run
This commit is contained in:
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
@@ -9,6 +9,15 @@
|
||||
"$maven"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "Maven: clean package (with Main-Class)",
|
||||
"type": "shell",
|
||||
"command": "mvn clean package",
|
||||
"problemMatcher": [
|
||||
"$maven"
|
||||
],
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user