drop Wrapper.DistributionType.ALL for Gradle wrapper config

This commit is contained in:
Steve Ebersole 2022-03-16 08:27:57 -05:00
parent 5403e95958
commit ed4dbadb6c
1 changed files with 4 additions and 1 deletions

View File

@ -136,7 +136,10 @@ task ciBuild {
wrapper {
// To upgrade the version of gradle used in the wrapper, run:
// ./gradlew wrapper --gradle-version NEW_VERSION
distributionType = Wrapper.DistributionType.ALL
// uncomment locally if you need to debug build scripts.
// in such cases, having the sources helps
//distributionType = Wrapper.DistributionType.ALL
}