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

Updating shadow to 2.0.4 causes error #31

Open
CThuleHansen opened this issue Sep 19, 2018 · 1 comment
Open

Updating shadow to 2.0.4 causes error #31

CThuleHansen opened this issue Sep 19, 2018 · 1 comment

Comments

@CThuleHansen
Copy link

CThuleHansen commented Sep 19, 2018

Hi.

I have tried updating the shadow plugin to 2.0.4 using the fatjar example, but it causes an error when building.
Gradle log is here:
https://scans.gradle.com/s/hwygem3jouuog

@rahulmutt
Copy link
Member

So the issue here is that gradle-eta dynamically injects packages into all the gradle configurations and shadow-2.0.4 apparently forces the configuration evaluation first. You can work around this like so:

eta {
  ...
  preInstallDependencies = true
}

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