Skip to content

Commit

Permalink
Add allDeps task to display all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Taeik Lim <[email protected]>
  • Loading branch information
acktsap committed Dec 29, 2024
1 parent a365786 commit 66a612c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ tasks.register<Test>("integrationTest") {
testClassesDirs = sourceSets["integrationTest"].output.classesDirs
classpath = sourceSets["integrationTest"].runtimeClasspath
}

// task to show all dependencies in all subprojects
// e.g. ./gradlew allDeps
tasks.register<DependencyReportTask>("allDeps") {
}

0 comments on commit 66a612c

Please sign in to comment.