Skip to content

Commit 38ddfcd

Browse files
committed
Add excluded modules to README.md
1 parent c65a5ec commit 38ddfcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ affectedModuleDetector {
7070
logFilename = "output.log"
7171
logFolder = "${project.rootDir}/output"
7272
compareFrom = "PreviousCommit" //default is PreviousCommit
73+
excludedModules = [
74+
"sample-util"
75+
]
7376
}
7477
```
7578

@@ -82,6 +85,7 @@ affectedModuleDetector {
8285
- PreviousCommit: compare against the previous commit
8386
- ForkCommit: compare against the commit the branch was forked from
8487
- SpecifiedBranchCommit: specify the branch to compare changes against using the `specifiedBranch` configuration before the `compareFrom` configuration
88+
- `excludedModules` : A list of modules that will be excluded from the build process
8589

8690

8791

0 commit comments

Comments
 (0)