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

Release build fails because of linting errors #5

Closed
Rudloff opened this issue May 6, 2018 · 0 comments
Closed

Release build fails because of linting errors #5

Rudloff opened this issue May 6, 2018 · 0 comments

Comments

@Rudloff
Copy link
Member

Rudloff commented May 6, 2018

Hello,

Building 2.0 fails because of some linting errors so I had to add this to build.gradle before running gradle assembleRelease:

android { lintOptions { checkReleaseBuilds false } }

Would it be possible to make the build continue even when it gets lint errors (maybe with lintOptions { abortOnError false }?).

@Rudloff Rudloff closed this as completed in ad0b0a3 May 7, 2018
Rudloff added a commit that referenced this issue May 7, 2018
Don't abort build on linting errors (fixes #5)
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

1 participant