Skip to content

Commit

Permalink
Add a useful printAllDependencyTrees task
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 15, 2024
1 parent 2e48a53 commit bb9acc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ subprojects {
delete 'dist'
}

// Print all dependencies trees, useful for finding artifacts
tasks.register('printAllDependencyTrees', DependencyReportTask) {}

jacoco {
toolVersion = "0.8.6"
}
Expand Down

0 comments on commit bb9acc8

Please sign in to comment.