Skip to content

Commit 4edeb41

Browse files
Merge pull request #156 from Evleaps/added_link_to_readme
Added link to the AffectedModuleTaskType interface
2 parents 1c807f0 + b885c62 commit 4edeb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ You should see zero tests run. Make a change within one of the modules and commi
183183

184184
If you want to add a custom gradle command to execute with impact analysis
185185
you must declare [AffectedModuleConfiguration.CustomTask](https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleConfiguration.kt)
186-
which is implementing [AffectedModuleTaskType]() in the configuration in `build.gradle` of your project:
186+
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:
187187

188188
```groovy
189189
// ...

0 commit comments

Comments
 (0)