Skip to content

Commit f865baf

Browse files
Raise gradle wrapper version of legacy project (flutter#6132)
When running `flutter create` for a new plugin on `master`, this error is printed from the legacy build_all_packages test. ![Screenshot 2024-02-09 at 3 08 35�PM](https://github.com/flutter/packages/assets/10687576/0f22382c-6c88-4aab-8e80-d385ef2892fa) It looks like only 6.7.1 is required to work with new plugins, so this is only a minor bump.
1 parent b4d8ad7 commit f865baf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.ci/legacy_project/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ and then deleting everything but `android/` from it:
3939
jcenter.bintray.com shutdown.
4040
- Update `compileSdkVersion` from 30 to 33 to maintain compatibility
4141
with plugins that use API 34.
42+
- Updates `gradle-wrapper.properties` from `6.7` to `6.7.1`, to add
43+
support for the Kotlin gradle plugin. If a user runs into this
44+
error, the error message is clear on how to upgrade.

.ci/legacy_project/all_packages/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

0 commit comments

Comments
 (0)