Skip to content

Commit

Permalink
Issue #1272 rewrote it.enableAndroidTest to it.androidTest.enable
Browse files Browse the repository at this point in the history
  • Loading branch information
rzzdr committed May 20, 2024
1 parent b85cf7d commit 41e3be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ import org.gradle.api.Project
internal fun LibraryAndroidComponentsExtension.disableUnnecessaryAndroidTests(
project: Project,
) = beforeVariants {
it.enableAndroidTest = it.enableAndroidTest
it.androidTest.enable = it.androidTest.enable
&& project.projectDir.resolve("src/androidTest").exists()
}

0 comments on commit 41e3be9

Please sign in to comment.