Make lint not fail on error in Android tests
It fails with meaningless (for us) errors, such as "target version 23 won't be accepted to play store soon".
This commit is contained in:
+2
@@ -35,6 +35,8 @@ android {
|
||||
kotlinOptions {
|
||||
noJdk = true
|
||||
}
|
||||
|
||||
lintOptions.abortOnError = false
|
||||
}
|
||||
|
||||
if (VersionNumber.parse(android_tools_version) < VersionNumber.parse("3.0.0-alpha1")) {
|
||||
|
||||
+1
@@ -28,4 +28,5 @@ android {
|
||||
}
|
||||
|
||||
publishNonDefault true
|
||||
lintOptions.abortOnError = false
|
||||
}
|
||||
|
||||
+1
@@ -27,4 +27,5 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
lintOptions.abortOnError = false
|
||||
}
|
||||
|
||||
+2
@@ -15,4 +15,6 @@ android {
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
|
||||
lintOptions.abortOnError = false
|
||||
}
|
||||
Reference in New Issue
Block a user