Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener committed Aug 8, 2023
1 parent 81fafab commit 378091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks.withType<DependencyUpdatesTask> {
}

outputFormatter {
val reportFile = file("build/dependencyUpdates/report.txt").apply { writeText("") }
val reportFile = File(rootProject.buildDir.path + "/dependencyUpdates/report.txt").apply { writeText("") }

// Outdated dependencies
val outdated = this.outdated.dependencies
Expand Down

0 comments on commit 378091c

Please sign in to comment.