Skip to content

Commit

Permalink
Add gradle task to list all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Aug 4, 2024
1 parent c8137a7 commit 9f88cae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ subprojects {
usesService(limiterService)
}
}

// MOLLY: Add task `./gradlew allDeps` to list all dependencies for each configuration
tasks.register<DependencyReportTask>("allDeps") { }
}

tasks.register("clean", Delete::class) {
Expand Down

0 comments on commit 9f88cae

Please sign in to comment.