Split lint & assemble tasks on CI
This commit is contained in:
parent
bd8278343f
commit
bdd4039785
2 changed files with 24 additions and 12 deletions
|
@ -65,6 +65,7 @@ android {
|
|||
}
|
||||
}
|
||||
lint {
|
||||
abortOnError true
|
||||
warning 'ImpliedQuantity', 'Instantiatable', 'MissingQuantity', 'MissingTranslation'
|
||||
}
|
||||
compileOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue