Closed yurivict closed 1 year ago
This will also be a problem in case someone decide to make a flatpak.
Is this issue already fixed by adding -Dno-ivy=true -Dno-submodule=true
for ant option?
It seems to work. Albeit it was complaining about the lack of javahelp2.
It seems to work. Albeit it was complaining about the lack of javahelp2.
The submission as a flatpak to show it does work with offline builds https://github.com/flathub/flathub/pull/4525
Closed due to lack of response from OP.
Is your feature request related to a problem? Please describe. We need to be able to build LightZone offline in a VM that isn't connected to the Internet. This is because package builders don't allow downloads during build.
Describe the solution you'd like The build should accept pre-downloaded dependency files.
Describe alternatives you've considered n/a
What I've tried Pre-download files like annotations-24.0.1.pom and annotations-24.0.1.jar into lightcrafts/lib/ before build but the build still tries to download them:
Additional context In FreeBSD, Redhat, Ununtu and many other distros package builders are disconnected for security reasons.