gradle: wrapper-all
This commit is contained in:
parent
87bae5f921
commit
7736c14338
|
@ -14,6 +14,10 @@ allprojects {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('wrapper') {
|
||||||
|
distributionType = Wrapper.DistributionType.ALL
|
||||||
|
}
|
||||||
|
|
||||||
// gradlew allDeps
|
// gradlew allDeps
|
||||||
subprojects {
|
subprojects {
|
||||||
task allDeps(type: DependencyReportTask) {}
|
task allDeps(type: DependencyReportTask) {}
|
||||||
|
|
Loading…
Reference in New Issue