Reputation: 21
During the build of a native Android JavaFx app using github actions, it fails downloading Java Static Lib:
Error downloading zips: java.io.IOException: Error downloading link from https://github.com/gluonhq/vmone/releases/download/gvm-24-2.1/vmone-android-linux-aarch64.zip. Unexpected status code: 404 during build, so not able to try on Android at the moment.
The zip file is missing, in fact https://github.com/gluonhq/vmone itself gives a 404, as if the vmone repository is gone or no longer public.
Upvotes: 0
Views: 29
Reputation: 6677
Indeed, repo vmone got removed, see: https://github.com/gluonhq/gluonfx-maven-plugin/issues/518#issuecomment-2677804403
That message says to use version 1.0.23 of gluonfx-maven-plugin.
Upvotes: 0