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

Add Lint Plugin to non android plugins via opt-in #142

Closed
vanniktech opened this issue Jul 22, 2018 · 2 comments
Closed

Add Lint Plugin to non android plugins via opt-in #142

vanniktech opened this issue Jul 22, 2018 · 2 comments

Comments

@vanniktech
Copy link
Owner

No description provided.

@molexx
Copy link

molexx commented Sep 30, 2018

Should this be applied to 0.14-SNAPSHOT?

I've tried

classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.14.0-SNAPSHOT"

and also, to be sure I'm getting the latest,

classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.14.0-20180926.150653-5"

and I've disabled lint in the config:

lint {
    boolean enabled = false
}

but I'm still getting NoClassDefFoundError: com/android/build/gradle/LintPlugin in the evaluation phase.

@vanniktech
Copy link
Owner Author

Yeah I've also seen this somewhere. You get this if the Android plugin isn't on the classpath - I believe.
Feel free to submit a pr with a fix.

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