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

gradleGen called without required argument 'version' #52

Open
heph2 opened this issue Mar 10, 2022 · 1 comment
Open

gradleGen called without required argument 'version' #52

heph2 opened this issue Mar 10, 2022 · 1 comment

Comments

@heph2
Copy link

heph2 commented Mar 10, 2022

Building gradle2nix using 'default.nix' fails:

nix-build default.nix

Error:

error: 'gradleGen' at /nix/store/8f5n92zgsrjvhcc9q1ivkjpd1z6wy75k-nixos-21.11.336177.1622abf0e78/nixos/pkgs/development/tools/build-managers/gradle/default.nix:4:15 called without required argument 'version'

       at /tmp/gradle2nix/gradle-env.nix:328:5:

          327|   mkGradle = gradleSpec:
          328|     gradleGen.gradleGen {
             |     ^
          329|       inherit (gradleSpec) nativeVersion;
(use '--show-trace' to show detailed location information)
@lorenzleutgeb
Copy link

I believe this could be fixed by merging #49.

/cc @tadfisher

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

2 participants