Brett Randall
Brett Randall
@wolfs just to clarify - this is a Gretty issue and occurred because it is using the Gradle internal task API, which is subject to change ... so this isn't...
I get similar, but I least I have some output to go on: ``` $ git find bd40d252ec1ed2716ac9e6bbeab48b3b40bd0d58 Processing refs history ... refs/heads/doc-filter-branch-move-tree-fix refs/heads/doc-filter-branch-move-tree-fix~1 refs/heads/doc-filter-branch-move-tree-fix~2 refs/heads/doc-filter-branch-move-tree-fix~3 refs/heads/doc-filter-branch-move-tree-fix~4 refs/heads/doc-filter-branch-move-tree-fix~5 refs/heads/doc-filter-branch-move-tree-fix~6 refs/heads/doc-filter-branch-move-tree-fix~7...
Duplicates #88.
It's not clear to me how to join the closed-source project in gitlab - I wandered over there, but if it's closed-source ... it's not showing in public projects of...
#88 might cause problems?
Noting the presence of https://github.com/yccheok/jstock/blob/master/docs/gpl-2.0.txt .
Anyone lacking access to the now closed-source engine component (including me) cannot build-from-source at this time. The only workaround is to use the release binary as a library to satisfy...
Duplicates #88.
I can confirm that this is caused by not setting `https.proxyHost` and `https.proxyPort`.
Workaround is to edit `jstock.sh` and add e.g. `_VMOPTIONS="-Xms64m -Xmx512m ... -Dhttps.proxyHost=localhost -Dhttps.proxyPort=8080"`. This won't work for the non-SSL proxy, see #91.