-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Raise gradle wrapper version of legacy project #6132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(FYI @reidbaker)
I dont see why updating to 6.7.1 would fix either compileSdkVersion not being set or calling substring on a null. |
@reidbaker I found the full error again: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8756540924836675809/+/u/Run_package_tests/build_all_packages_for_Android_-_legacy_version/stdout?format=raw It looks like it is the minimum for
The IMA plugin uses Kotlin. |
0af905d [flutter_migrate] Implement lineTerminator in the MemoryStdout fake (flutter/packages#6152) f865baf Raise gradle wrapper version of legacy project (flutter/packages#6132) b4d8ad7 Bump github/codeql-action from 3.24.1 to 3.24.3 (flutter/packages#6142) cc34b78 [ci/various] Update for 3.19 stable (flutter/packages#6147) 10a8b76 Roll Flutter (stable) from 4145645 to bae5e49 (1550 revisions) (flutter/packages#6145) a36071b Roll Flutter from a628814 to d7867ca (66 revisions) (flutter/packages#6146)
0af905d [flutter_migrate] Implement lineTerminator in the MemoryStdout fake (flutter/packages#6152) f865baf Raise gradle wrapper version of legacy project (flutter/packages#6132) b4d8ad7 Bump github/codeql-action from 3.24.1 to 3.24.3 (flutter/packages#6142) cc34b78 [ci/various] Update for 3.19 stable (flutter/packages#6147) 10a8b76 Roll Flutter (stable) from 4145645 to bae5e49 (1550 revisions) (flutter/packages#6145) a36071b Roll Flutter from a628814 to d7867ca (66 revisions) (flutter/packages#6146)
When running
flutter create
for a new plugin onmaster
, this error is printed from the legacy build_all_packages test.It looks like only 6.7.1 is required to work with new plugins, so this is only a minor bump.