Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to fetch gradle-stutter module during installation #44

Open
vaci opened this issue Sep 28, 2021 · 0 comments
Open

Unable to fetch gradle-stutter module during installation #44

vaci opened this issue Sep 28, 2021 · 0 comments

Comments

@vaci
Copy link

vaci commented Sep 28, 2021

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:

https://plugins.gradle.org/m2/org/ajoberstar/gradle-stutter/0.6.0/

gradle-stutter-0.6.0-groovydoc.jar
gradle-stutter-0.6.0-groovydoc.jar.md5
gradle-stutter-0.6.0-groovydoc.jar.sha1
gradle-stutter-0.6.0-javadoc.jar
gradle-stutter-0.6.0-javadoc.jar.md5
gradle-stutter-0.6.0-javadoc.jar.sha1
gradle-stutter-0.6.0-sources.jar
gradle-stutter-0.6.0-sources.jar.md5
gradle-stutter-0.6.0-sources.jar.sha1
gradle-stutter-0.6.0.jar
gradle-stutter-0.6.0.jar.md5
gradle-stutter-0.6.0.jar.sha1
gradle-stutter-0.6.0.pom
gradle-stutter-0.6.0.pom.md5
gradle-stutter-0.6.0.pom.sha1

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant