From b885c62607311c2c6fd12bf3efc9595e714baa2b Mon Sep 17 00:00:00 2001 From: Roman Aymaletdinov Date: Thu, 14 Jul 2022 18:08:44 +0300 Subject: [PATCH] added link to the AffectedModuleTaskType interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb9496a2..28083873 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ You should see zero tests run. Make a change within one of the modules and commi If you want to add a custom gradle command to execute with impact analysis you must declare [AffectedModuleConfiguration.CustomTask](https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleConfiguration.kt) -which is implementing [AffectedModuleTaskType]() in the configuration in `build.gradle` of your project: +which is implementing the [AffectedModuleTaskType](https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleTaskType.kt) interface in the `build.gradle` configuration of your project: ```groovy // ...