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