Loading .github/workflows/android-pr.yml +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ on: - 'LICENSE' - 'NOTICE' env: CI_CHECK_RELEASE_BUILDS: 'false' permissions: contents: read Loading build-plugin/src/main/kotlin/AndroidExtension.kt +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ internal fun CommonExtension<*, *, *, *, *, *>.configureSharedConfig(project: Pr checkDependencies = true lintConfig = project.file("${project.rootProject.projectDir}/config/lint/lint.xml") baseline = project.file("${project.rootProject.projectDir}/config/lint/android-lint-baseline.xml") checkReleaseBuilds = System.getenv("CI_CHECK_RELEASE_BUILDS")?.toBoolean() ?: true } testOptions { Loading Loading
.github/workflows/android-pr.yml +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ on: - 'LICENSE' - 'NOTICE' env: CI_CHECK_RELEASE_BUILDS: 'false' permissions: contents: read Loading
build-plugin/src/main/kotlin/AndroidExtension.kt +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ internal fun CommonExtension<*, *, *, *, *, *>.configureSharedConfig(project: Pr checkDependencies = true lintConfig = project.file("${project.rootProject.projectDir}/config/lint/lint.xml") baseline = project.file("${project.rootProject.projectDir}/config/lint/android-lint-baseline.xml") checkReleaseBuilds = System.getenv("CI_CHECK_RELEASE_BUILDS")?.toBoolean() ?: true } testOptions { Loading