Skip to content

Commit 88ca5fc

Browse files
committed
Add dependency task
This allows to also list the dependencies of the subprojects.
1 parent 13c3ee3 commit 88ca5fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ subprojects {
8888
group 'build'
8989
}
9090

91+
task allDeps(type: DependencyReportTask) {}
92+
9193
javadoc {
9294
options {
9395
addBooleanOption 'Xwerror', true

0 commit comments

Comments
 (0)