"gradlew allDeps" is nice to have

This commit is contained in:
rusefillc 2022-11-21 00:51:52 -05:00
parent a32531ee60
commit ed25651db1
1 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,8 @@ allprojects {
}
}
}
// gradlew allDeps
subprojects {
task allDeps(type: DependencyReportTask) {}
}