Skip to content

Commit

Permalink
Ignore lint errors on build for command-line gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Sep 4, 2014
1 parent 7e10175 commit b0f7e0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ android {
res.srcDirs = ['res']
}
}
lintOptions {
abortOnError false
}
}

0 comments on commit b0f7e0a

Please sign in to comment.