gradle: wrapper-all

This commit is contained in:
rusefillc 2023-05-30 22:16:29 -04:00
parent 87bae5f921
commit 7736c14338
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ allprojects {
}
}
tasks.named('wrapper') {
distributionType = Wrapper.DistributionType.ALL
}
// gradlew allDeps
subprojects {
task allDeps(type: DependencyReportTask) {}