Disable lint abortOnError
This commit is contained in:
@@ -43,6 +43,7 @@ android {
|
|||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
}
|
}
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
abortOnError false
|
||||||
disable 'MissingTranslation'
|
disable 'MissingTranslation'
|
||||||
disable 'ExtraTranslation'
|
disable 'ExtraTranslation'
|
||||||
}
|
}
|
||||||
@@ -177,4 +178,4 @@ dependencies {
|
|||||||
implementation project(':automator')
|
implementation project(':automator')
|
||||||
implementation project(':common')
|
implementation project(':common')
|
||||||
implementation project(':autojs')
|
implementation project(':autojs')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user