-
Notifications
You must be signed in to change notification settings - Fork 7
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
Gradle project build with dhall as dependency hangs #25
Comments
I've checked that an etlas installatation with the version fixed (eta version = '0.8.0b2' selected by etlas after cleaning, etlasVersion = '1.4.0.0' downloaded from site) terminates correctly |
eta is in this directory!
Also i have full admin permissions in the computer. |
I recently reproduced the hanging of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i've reproduced the error in windows 10 simple adding
compile eta('dhall-1.15.1')
in thebuild.gradle
of the simple example of the pluginThe build.gradle is:
The build hangs in
Building aeson-1.2.3.0 (lib)...
stepMoreover, when i kill the gradle building with ctrl-c, the etlas, eta and java proccesses spawned continue running.
The text was updated successfully, but these errors were encountered: