Update wrapper declaration in build.gradle (#1769)
Follow-up for #1529.
This commit is contained in:
parent
fd49b3f65f
commit
41bd0ab28a
|
|
@ -438,5 +438,5 @@ configure(opentelemetryProjects) {
|
|||
|
||||
wrapper {
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
gradleVersion = '6.5.1'
|
||||
gradleVersion = '6.6'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue