Skip to content

Commit

Permalink
Add dependency task
Browse files Browse the repository at this point in the history
This allows to also list the dependencies of the subprojects.
  • Loading branch information
dr0i committed Nov 26, 2021
1 parent 13c3ee3 commit 88ca5fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ subprojects {
group 'build'
}

task allDeps(type: DependencyReportTask) {}

javadoc {
options {
addBooleanOption 'Xwerror', true
Expand Down

0 comments on commit 88ca5fc

Please sign in to comment.