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:
Daniel Scalzi
2020-01-18 10:50:28 -05:00
parent b4bef1b258
commit aeef30e3c8
11 changed files with 133 additions and 19 deletions

5
.vscode/launch.json vendored
View File

@@ -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": [