"gradlew allDeps" is nice to have
This commit is contained in:
parent
a32531ee60
commit
ed25651db1
|
@ -13,3 +13,8 @@ allprojects {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// gradlew allDeps
|
||||
subprojects {
|
||||
task allDeps(type: DependencyReportTask) {}
|
||||
}
|
Loading…
Reference in New Issue