Hi,
On 24.01.22 17:14, Pat Daugherty wrote:
> I am trying to build the latest thrift 0.15.0 but I am on a closed system.
>
> The build uses gradle and it is trying to pull from the internet. Has anyone
> successfully built on a closed system? I got past the gradle-5.6.4-bin.zip
> issue but now get errors about the johnrengelman.shadow file. I have the
> shadow.jar but not sure how to get gradle to use that instead of the
> internet. This is my first time using gradle also...
We never built on a closed system, but we did build independent of
upstream servers. That works quite well when you have an instance
of i.e. Artifactory installed to mirror all upstream dependencies.
Can you install Artifactory (or another Maven/Gradle mirror) on your
closed system and fill it with all dependencies?
All the best,
Mario