Configure Gradle's wrapper task. (#3033)

This commit is contained in:
Chris Rankin 2018-04-30 12:47:04 +01:00 committed by GitHub
parent 0a8043ccc4
commit d039ede537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,3 +378,8 @@ if(file('corda-docs-only-build').exists() || (System.getenv('CORDA_DOCS_ONLY_BUI
}
}
}
wrapper {
gradleVersion = "4.4.1"
distributionType = Wrapper.DistributionType.ALL
}