dotfiles/.config/Code/User/History/-2e923f6c/UqJx.json
RafayAhmad7548 4f46de8d00 update
2024-09-09 16:59:28 +05:00

15 lines
No EOL
324 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Run Maven Project",
"type": "shell",
"command": "mvn compile exec:java",
"group": {
"kind": "test",
"isDefault": true
},
"problemMatcher": []
}
]
}