Skip to content

Commit

Permalink
Lint options
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Nov 27, 2017
1 parent 17a9641 commit fcd81df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

lintOptions {
abortOnError false
textOutput 'stdout'
xmlReport false
htmlReport true
}
}

apply from: 'gradle-jcenter-push.gradle'
Expand Down

0 comments on commit fcd81df

Please sign in to comment.