Skip to content

Commit

Permalink
Update dependency update report storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Jan 4, 2024
1 parent e9776ca commit 08b78b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daraja/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tasks.withType<DependencyUpdatesTask> {
gradleReleaseChannel = "current"

outputFormatter = "html"
outputDir = "${project.rootDir}/build/reports"
outputDir = "${project.rootDir}/daraja/build/reports"
reportfileName = "dependencies_report"
}

Expand Down

0 comments on commit 08b78b2

Please sign in to comment.