Skip to content

Commit

Permalink
Lintエラーが発生したときにCIが失敗しないように設定
Browse files Browse the repository at this point in the history
  • Loading branch information
jageishi committed Jun 9, 2020
1 parent 020682e commit f9901bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

lintOptions {
abortOnError false
}

dataBinding {
enabled = true
}
Expand Down

0 comments on commit f9901bd

Please sign in to comment.