File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build-logic/convention/src/main/kotlin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ jobs:
207207 KEYSTORE_PASSWORD : android
208208 # Disable lint tasks since we have a dedicated job for this in the workflow
209209 run : |
210- ./gradlew :common:assemble :app:assembleRelease :wear:assembleRelease :automotive:assembleRelease -x lint
210+ ./gradlew :common:assemble :app:assembleRelease :wear:assembleRelease :automotive:assembleRelease
211211
212212 unit_tests :
213213 name : " Unit Tests"
Original file line number Diff line number Diff line change 1-
21import com.android.build.api.dsl.ApplicationExtension
32import io.homeassistant.companion.android.androidConfig
43import io.homeassistant.companion.android.getPluginId
@@ -78,6 +77,7 @@ class AndroidCommonConventionPlugin : Plugin<Project> {
7877 }
7978
8079 lint {
80+ checkReleaseBuilds = false
8181 // Lint task should fail if there are issues so the CI doesn't allow addition of lint issue.
8282 abortOnError = true
8383 // This is an aggressive settings but it helps keeping the code base out of warnings
You can’t perform that action at this time.
0 commit comments