15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "java (buildArtifact)",
|
|
"targetPath": "${workspaceFolder}/${workspaceFolderBasename}.jar",
|
|
"elements": [
|
|
"${compileOutput}",
|
|
"${dependencies}"
|
|
],
|
|
"problemMatcher": [],
|
|
"label": "java (buildArtifact): mysysy"
|
|
}
|
|
]
|
|
} |