Updated wrapper and IDE test runners

This commit is contained in:
Geert Bevin 2023-04-08 09:59:43 -04:00
parent 2376c9f3e1
commit 3e96280e04
3 changed files with 1 additions and 7 deletions

6
.vscode/launch.json vendored
View file

@ -1,12 +1,6 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Run Main",
"request": "launch",
"mainClass": "rife.bld.extension.ArchiveMain"
},
{
"type": "java",
"name": "Run Tests",