Plugin Version
0.2.0
Hytale Version
0.5.1
Stacktrace
No response
Describe the bug
Starting with a brand new template from the template generator, single mod, when I try to build for the first time it runs downloadAssetsZip which downloads Assets and HytaleServer to the gradle cache (and leaves the .part files but I think you got that one)
Jeremiah suggested I use the hytaleHomeOverride = "/path/to/Hytale" setting but I've added this, rebuilt gradle and rerun the project and it still starts the downloadAssetsZip task.
For info, I also have a symlink under Hytale/install/release/package/game/ for 0.5.1 pointing to latest just in case it is locating by version number.
To Reproduce
- Download template from template generator site
- Add hytaleHomeOverride = "/path/to/Hytale" (pointing to my 'Hytale installations 'Hytale' folder
- Rebuild Gradle
- Run
runServer task
Plugin Version
0.2.0
Hytale Version
0.5.1
Stacktrace
No response
Describe the bug
Starting with a brand new template from the template generator, single mod, when I try to build for the first time it runs
downloadAssetsZipwhich downloads Assets and HytaleServer to the gradle cache (and leaves the .part files but I think you got that one)Jeremiah suggested I use the
hytaleHomeOverride = "/path/to/Hytale"setting but I've added this, rebuilt gradle and rerun the project and it still starts thedownloadAssetsZiptask.For info, I also have a symlink under
Hytale/install/release/package/game/for0.5.1pointing tolatestjust in case it is locating by version number.To Reproduce
runServertask