You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ Suppose we have changed 6 files in our "feature" branch.
154
154
2. Behaviour of SpecifiedBranchCommitMergeBase:
155
155
AMD will show the result that 6 files were affected. And this is the correct behavior.
156
156
157
-
Hence, depends on your CI settings you have to configure AMD right.
157
+
Hence, depending on your CI settings you have to configure AMD appropriately.
158
158
159
159
## Sample Usage
160
160
@@ -225,13 +225,13 @@ affectedModuleDetector {
225
225
```
226
226
227
227
**NOTE:** Please, test all your custom commands.
228
-
If your custom task doesn't work correctly after testing, might be your task quite complex
229
-
and for correct working must using more gradle's api.
230
-
Hence, you must create `buildSrc` module and write custom plugin manually like [AffectedModuleDetectorPlugin](https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetectorPlugin.kt)
228
+
If your custom task doesn't work correctly after testing, it might be that your task is quite complex
229
+
and to work correctly it must use more gradle api's.
230
+
Hence, you must create `buildSrc` module and write a custom plugin manually like [AffectedModuleDetectorPlugin](https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetectorPlugin.kt)
231
231
232
232
## Notes
233
233
234
-
Special thanks to the AndroidX for originally developing this project at https://android.googlesource.com/platform/frameworks/support/+/androidx-main/buildSrc/src/main/kotlin/androidx/build/dependencyTracker
234
+
Special thanks to the AndroidX team for originally developing this project at https://android.googlesource.com/platform/frameworks/support/+/androidx-main/buildSrc/src/main/kotlin/androidx/build/dependencyTracker
0 commit comments