发现VectorDrawableCompat错误时停止构建

时间:2020-10-29 14:33:01

标签: android lint

当ImageView不使用带有VectorDrawableCompat的app:scrCompat时,有什么方法可以停止构建过程吗?

!Android Studio shows it properly] 1

但是该项目和Lint成功构建。我尝试过

    android {
        lintOptions {
            checkAllWarnings true
            warningsAsErrors true
        }
    }

但是结果是一样的,我想用这种错误停止我的CI / CD进程。有可能吗?

0 个答案:

没有答案