Configure Gradle wrapper task

This commit is contained in:
Lanchon 2019-11-16 23:34:52 -03:00
parent fa8e7d7402
commit 5047a76dd2

View File

@ -110,3 +110,7 @@ if (project.hasProperty('ossrhUsername')) {
}
}
wrapper {
distributionType = Wrapper.DistributionType.ALL
}