Skip to content

Commit

Permalink
Ignore missing reaper logs directory on build completion
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Aug 22, 2022
1 parent 4b92e1d commit 2800957
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ if (buildNumber && performanceTest == null) {

fileset(dir: "${gradle.gradleUserHomeDir}/workers", followsymlinks: false)

fileset(dir: "${project.projectDir}/.gradle/reaper", followsymlinks: false)
fileset(dir: "${project.projectDir}/.gradle/reaper", followsymlinks: false, erroronmissingdir: false)
}
} catch (Exception e) {
logger.lifecycle("Failed to archive additional logs", e)
Expand Down

0 comments on commit 2800957

Please sign in to comment.