dotfiles/.config/Code/User/History/-2e923f6c/UqJx.json

15 lines
324 B
JSON
Raw Normal View History

2024-09-09 16:59:28 +05:00
{
"version": "2.0.0",
"tasks": [
{
"label": "Run Maven Project",
"type": "shell",
"command": "mvn compile exec:java",
"group": {
"kind": "test",
"isDefault": true
},
"problemMatcher": []
}
]
}