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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,9 @@ affectedModuleDetector {
70
70
logFilename = "output.log"
71
71
logFolder = "${project.rootDir}/output"
72
72
compareFrom = "PreviousCommit" //default is PreviousCommit
73
+
excludedModules = [
74
+
"sample-util"
75
+
]
73
76
}
74
77
```
75
78
@@ -82,6 +85,7 @@ affectedModuleDetector {
82
85
- PreviousCommit: compare against the previous commit
83
86
- ForkCommit: compare against the commit the branch was forked from
84
87
- 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
0 commit comments