You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the build gives the following error: error: cannot download gradle-stutter-0.6.0.module from any mirror.
I can see that curl is attempting to fetch the following URL, and getting a 404 error: https://plugins.gradle.org/m2/org/ajoberstar/gradle-stutter/0.6.0/gradle-stutter-0.6.0.module
A browse of the index suggests that no such entry exists in the plugin directory:
Hi,
I'm attempting to install gradle2nix directly from the latest github release, tag. I'm using the following command:
nix-env --option sandbox false -if "https://github.com/tadfisher/gradle2nix/archive/master.tar.gz"
However, the build gives the following error:
error: cannot download gradle-stutter-0.6.0.module from any mirror
.I can see that curl is attempting to fetch the following URL, and getting a 404 error:
https://plugins.gradle.org/m2/org/ajoberstar/gradle-stutter/0.6.0/gradle-stutter-0.6.0.module
A browse of the index suggests that no such entry exists in the plugin directory:
Editing the grade-env.json file to remove the entry for gradle-stutter-0.6.0.module was sufficient to make the derivation build successfully.
Thanks
Vaci
The text was updated successfully, but these errors were encountered: