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

Unused-exc-dep/all-dependency rule fails when compile dependency specification uses variable, like $version #65

Open
viki85in opened this issue Nov 2, 2016 · 2 comments

Comments

@viki85in
Copy link

viki85in commented Nov 2, 2016

 compile (group: 'com.xxx.yyy, name: 'dep-name, version: "$version") {
    exclude ...
    exclude ...
} 

When however, different rule, like 'unused-dependency' is used, the problem does not happen.
For example, when specified

@jkschneider
Copy link
Contributor

Similar to #67, but will need a bit more work.

@sbhushan87
Copy link

Hi @jkschneider , @viki85in , I am facing same issue with latest version. Is there any update on this ?

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

3 participants