Skip to content

Commit

Permalink
Intentionally failing build to show that Lint checks do fail the buil…
Browse files Browse the repository at this point in the history
…d if they don't pass.
  • Loading branch information
jack-bolles committed Aug 9, 2023
1 parent 68e50d3 commit af68af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ compileTestKotlin {
lint {
htmlReport = true
abortOnError = true
warningsAsErrors = false
warningsAsErrors = true
checkDependencies = true
}

Expand Down

0 comments on commit af68af0

Please sign in to comment.