From 0e910b112317349089aac55485c288c82bffb92a Mon Sep 17 00:00:00 2001 From: gibachan Date: Sat, 26 Oct 2024 20:55:07 +0900 Subject: [PATCH] Fix missing link --- recipes/disableTests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/disableTests/README.md b/recipes/disableTests/README.md index d4b672b4..baa44677 100644 --- a/recipes/disableTests/README.md +++ b/recipes/disableTests/README.md @@ -12,7 +12,7 @@ This recipe contains the following directories: The [build-logic](build-logic) sub-project contains the [`CustomPlugin`](build-logic/plugins/src/main/kotlin/CustomPlugin.kt) and [`CheckTestStatusClass`](build-logic/plugins/src/main/kotlin/CheckTestStatusClass.kt). -[`CustomPlugin`](build-logic/plugins/src/main/kotlin/CustomPlugin.kt) uses the [VariantBuilder] object to disable to the tests on different variants. These properties +[`CustomPlugin`](build-logic/plugins/src/main/kotlin/CustomPlugin.kt) uses the [`VariantBuilder`](https://developer.android.com/reference/tools/gradle-api/current/com/android/build/api/variant/VariantBuilder) object to disable to the tests on different variants. These properties are then passed into the [`CheckTestStatusTask`](build-logic/plugins/src/main/kotlin/CheckTestStatusTask.kt) to validate they are turned off for each variant. Below is an example usage of disabling the Android test type: