Skip to content

Commit

Permalink
Merge pull request #156 from Evleaps/added_link_to_readme
Browse files Browse the repository at this point in the history
Added link to the AffectedModuleTaskType interface
  • Loading branch information
joshafeinberg authored Jul 14, 2022
2 parents 1c807f0 + b885c62 commit 4edeb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
// ...
Expand Down

0 comments on commit 4edeb41

Please sign in to comment.