mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-01 04:12:12 +00:00
Enable abort on lint check failure (#570)
This commit is contained in:
parent
e8a71fbe04
commit
63de83ac94
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError true
|
||||||
}
|
}
|
||||||
|
|
||||||
ndkVersion '26.2.11394342'
|
ndkVersion '26.2.11394342'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue