mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
chore: abort on bad lint during compilation
This commit is contained in:
parent
b2873140ac
commit
8acb403f76
@ -71,6 +71,11 @@ android {
|
|||||||
namespace = "com.github.libretube"
|
namespace = "com.github.libretube"
|
||||||
|
|
||||||
tasks.register("testClasses")
|
tasks.register("testClasses")
|
||||||
|
|
||||||
|
lint {
|
||||||
|
abortOnError = false
|
||||||
|
checkReleaseBuilds = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user