Update wrapper declaration in build.gradle (#1769)

Follow-up for #1529.
This commit is contained in:
Christian Neumüller 2020-10-07 20:22:27 +02:00 committed by GitHub
parent fd49b3f65f
commit 41bd0ab28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -438,5 +438,5 @@ configure(opentelemetryProjects) {
wrapper { wrapper {
distributionType = Wrapper.DistributionType.ALL distributionType = Wrapper.DistributionType.ALL
gradleVersion = '6.5.1' gradleVersion = '6.6'
} }