File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed
Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,22 @@ plugins {
1313
1414affectedModuleDetector {
1515 baseDir = project.rootDir.toString()
16- pathsAffectingAllModules =
17- setOf (
18- " build_configuration/" ,
19- )
16+ pathsAffectingAllModules = setOf (
17+ " build_configuration/" ,
18+ )
2019 specifiedBranch = " origin/main"
2120 compareFrom = " SpecifiedBranchCommitMergeBase"
22- customTasks =
23- setOf (
24- AffectedModuleConfiguration .CustomTask (
25- " runDetektByImpact" ,
26- " detekt" ,
27- " Run static analysis tool by Impact analysis" ,
28- ),
29- )
21+ customTasks = setOf (
22+ AffectedModuleConfiguration .CustomTask (
23+ " runDetektByImpact" ,
24+ " detekt" ,
25+ " Run static analysis tool by Impact analysis" ,
26+ ),
27+ )
3028 logFolder = project.rootDir.toString()
31- excludedModules =
32- setOf (
33- " sample-util" ,
34- )
29+ excludedModules = setOf (
30+ " sample-util" ,
31+ )
3532}
3633
3734tasks.register<Delete >(" clean" ) {
You can’t perform that action at this time.
0 commit comments