Skip to content

Commit

Permalink
Change logFolder of affectedModuleDetector to archived folder by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luizgrp committed Jul 7, 2022
1 parent f6f269c commit 0d1c669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ affectedModuleDetector {
]

logFilename = "output.log"
logFolder = "${rootProject.buildDir}/affectedModuleDetector"
logFolder = "${rootProject.buildDir}/reports/affectedModuleDetector"

String baseRef = findProperty("affected_base_ref")
// If we have a base ref to diff against, extract the branch name and use it
Expand Down

0 comments on commit 0d1c669

Please sign in to comment.