Update to Gradle plugin 4.1

Some usage of += had to be changed to use .add
because GString can be implitly converted to String
and back, but it is not the case for List<GString>
and List<String>.

PiperOrigin-RevId: 368416727
This commit is contained in:
krocard 2021-04-14 14:20:54 +01:00 committed by Andrew Lewis
parent 4fc4ddbc6a
commit f4f312738b
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-6.7.1-all.zip