This commit is contained in:
minster586
2026-01-14 04:41:23 -05:00
parent 40534e4e04
commit 902dc4f51f
7 changed files with 2602 additions and 92 deletions

9
.vscode/tasks.json vendored
View File

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