Initial work on 1.13 forge resolver, fixes.
Moved java executable to its own util class. Fixed artifact resolution links for older versions of forge. 1.13 support is going to be difficult because forge does not make anything developer friendly.
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -10,9 +10,8 @@
|
||||
"name": "Launch Program",
|
||||
"program": "${workspaceFolder}\\src\\index.ts",
|
||||
"args": [
|
||||
"test",
|
||||
"1.12.2",
|
||||
"14.23.5.2847"
|
||||
"g",
|
||||
"distro"
|
||||
],
|
||||
"preLaunchTask": "compile",
|
||||
"outFiles": [
|
||||
|
||||
Reference in New Issue
Block a user