Skip to content

Commit

Permalink
Update projectDependencyGraph output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Porciúncula committed Sep 24, 2020
1 parent 9485c67 commit abeff06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/projectDependencyGraph.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
task projectDependencyGraph {
doLast {
def dot = new File(rootProject.buildDir, 'reports/dependency-graph/project.dot')
def dot = new File(rootProject.rootDir, 'gradle/dependency-graph/project.dot')
dot.parentFile.mkdirs()
dot.delete()

Expand Down

0 comments on commit abeff06

Please sign in to comment.