Skip to content

Conversation

@AbdeMohlbi
Copy link
Contributor

@AbdeMohlbi AbdeMohlbi commented Sep 13, 2025

part of #173321

when excuting ./gradlew help --scan --warning-mode all in flutter\engine\src\flutter\shell\platform\android
i see a warning :

> Configure project :
Build file 'C:\flutter\engine\src\flutter\shell\platform\android\build.gradle': line 25
Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated. This is scheduled to be removed in Gradle 10.0. Use assignment ('namespace = <value>') instead. Consult the upgrading guide for further information: https://docs.gradle.org/9.0-milestone-1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax
        at build_6pliwxbny923etvz9fwvbblij$_run_closure2.doCall$original(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:25)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
        at build_6pliwxbny923etvz9fwvbblij.run(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:24)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)

which is the line

namespace "io.flutter.embedding"

after changing it to :

namespace = "io.flutter.embedding"

the error is gone :

C:\flutter\engine\src\flutter\shell\platform\android git:[master]
./gradlew help --scan --warning-mode all

> Task :help

Welcome to Gradle 9.0-milestone-1.

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

@github-actions github-actions bot added platform-android Android applications specifically engine flutter/engine related. See also e: labels. team-android Owned by Android platform team labels Sep 13, 2025
@AbdeMohlbi AbdeMohlbi changed the title Update build.gradle Update build.gradle to remove deprecation warning in flutter\engine\src\flutter\shell\platform\android Sep 13, 2025
@AbdeMohlbi AbdeMohlbi marked this pull request as ready for review September 14, 2025 10:20
@AbdeMohlbi AbdeMohlbi requested a review from a team as a code owner September 14, 2025 10:20
@reidbaker reidbaker added the autosubmit Merge PR when tree becomes green via auto submit App label Sep 15, 2025
@auto-submit
Copy link
Contributor

auto-submit bot commented Sep 15, 2025

autosubmit label was removed for flutter/flutter/175305, because This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.

  • Merge guidelines: A PR needs at least one approved review if the author is already part of flutter-hackers or two member reviews if the author is not a flutter-hacker before re-applying the autosubmit label. Reviewers: If you left a comment approving, please use the "approve" review action instead.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Sep 15, 2025
@jesswrd jesswrd self-requested a review September 15, 2025 21:29
@jesswrd jesswrd added the autosubmit Merge PR when tree becomes green via auto submit App label Sep 15, 2025
@auto-submit auto-submit bot added this pull request to the merge queue Sep 15, 2025
Merged via the queue into flutter:master with commit 1ceedcd Sep 15, 2025
189 checks passed
@flutter-dashboard flutter-dashboard bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Sep 15, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 16, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 16, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 16, 2025
auto-submit bot pushed a commit to flutter/packages that referenced this pull request Sep 16, 2025
flutter/flutter@29a238d...8d0b31d

2025-09-16 [email protected] Roll Packages from fcd5f68 to 0255ac9 (2 revisions) (flutter/flutter#175427)
2025-09-16 [email protected] Adds a11y section locale support for iOS (flutter/flutter#175005)
2025-09-16 [email protected] Roll Skia from 4e9c86d4a6d9 to 7d160bbf9403 (3 revisions) (flutter/flutter#175404)
2025-09-16 [email protected] [native_assets] Find more `CCompilerConfig` on Linux (flutter/flutter#175323)
2025-09-16 [email protected] Roll Dart SDK from 50e61e5bff51 to 700de52f29a9 (3 revisions) (flutter/flutter#175395)
2025-09-16 [email protected] Fix default overlay color in `TabBar` (flutter/flutter#175270)
2025-09-16 [email protected] Migrate to widget state (flutter/flutter#175242)
2025-09-16 [email protected] Roll Skia from 01b0ede33ae9 to 4e9c86d4a6d9 (1 revision) (flutter/flutter#175387)
2025-09-15 [email protected] Merge the engine README into the README of the old buildroot. (flutter/flutter#175384)
2025-09-15 [email protected] Marks Mac_ios microbenchmarks_ios to be unflaky (flutter/flutter#171146)
2025-09-15 [email protected] Deprecate Objective-C plugin template (flutter/flutter#174003)
2025-09-15 [email protected] Add a gn --ccache argument (flutter/flutter#174621)
2025-09-15 [email protected] Update `build.gradle` to remove deprecation warning in `flutter\engine\src\flutter\shell\platform\android` (flutter/flutter#175305)
2025-09-15 [email protected] Show cursor after swipe only if TextField has focus (flutter/flutter#175044)
2025-09-15 [email protected] Roll Skia from f950263bb3d4 to 01b0ede33ae9 (7 revisions) (flutter/flutter#175373)
2025-09-15 [email protected] Update Chromium sysroot to pick up RISC-V support. (flutter/flutter#173671)
2025-09-15 [email protected] Set Gemini Code Assist `include_drafts` to false (flutter/flutter#175098)
2025-09-15 [email protected] Roll Packages from 15e7e89 to fcd5f68 (3 revisions) (flutter/flutter#175366)
2025-09-15 [email protected] Remove 'v' Open DevTools from help on web in profile/release mode (flutter/flutter#172829)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
dixita0607 pushed a commit to dixita0607/flutter that referenced this pull request Sep 17, 2025
…e\src\flutter\shell\platform\android` (flutter#175305)

part of flutter#173321

when excuting `./gradlew help --scan --warning-mode all` in
`flutter\engine\src\flutter\shell\platform\android`
i see a warning :
```gradle
> Configure project :
Build file 'C:\flutter\engine\src\flutter\shell\platform\android\build.gradle': line 25
Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated. This is scheduled to be removed in Gradle 10.0. Use assignment ('namespace = <value>') instead. Consult the upgrading guide for further information: https://docs.gradle.org/9.0-milestone-1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax
        at build_6pliwxbny923etvz9fwvbblij$_run_closure2.doCall$original(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:25)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
        at build_6pliwxbny923etvz9fwvbblij.run(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:24)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
```
which is the line
```gradle
namespace "io.flutter.embedding"
```
after changing it to :
```gradle
namespace = "io.flutter.embedding"
```
the error is gone :
```gradle
C:\flutter\engine\src\flutter\shell\platform\android git:[master]
./gradlew help --scan --warning-mode all

> Task :help

Welcome to Gradle 9.0-milestone-1.

```
## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

**Note**: The Flutter team is currently trialing the use of [Gemini Code
Assist for
GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
Comments from the `gemini-code-assist` bot should not be taken as
authoritative feedback from the Flutter team. If you find its comments
useful you can update your code accordingly, but if you are unsure or
disagree with the feedback, please feel free to wait for a Flutter team
member's review for guidance on which automated comments should be
addressed.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
mboetger pushed a commit to mboetger/flutter that referenced this pull request Sep 18, 2025
…e\src\flutter\shell\platform\android` (flutter#175305)

part of flutter#173321

when excuting `./gradlew help --scan --warning-mode all` in
`flutter\engine\src\flutter\shell\platform\android`
i see a warning :
```gradle
> Configure project :
Build file 'C:\flutter\engine\src\flutter\shell\platform\android\build.gradle': line 25
Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated. This is scheduled to be removed in Gradle 10.0. Use assignment ('namespace = <value>') instead. Consult the upgrading guide for further information: https://docs.gradle.org/9.0-milestone-1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax
        at build_6pliwxbny923etvz9fwvbblij$_run_closure2.doCall$original(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:25)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
        at build_6pliwxbny923etvz9fwvbblij.run(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:24)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
```
which is the line
```gradle
namespace "io.flutter.embedding"
```
after changing it to :
```gradle
namespace = "io.flutter.embedding"
```
the error is gone :
```gradle
C:\flutter\engine\src\flutter\shell\platform\android git:[master]
./gradlew help --scan --warning-mode all

> Task :help

Welcome to Gradle 9.0-milestone-1.

```
## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

**Note**: The Flutter team is currently trialing the use of [Gemini Code
Assist for
GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
Comments from the `gemini-code-assist` bot should not be taken as
authoritative feedback from the Flutter team. If you find its comments
useful you can update your code accordingly, but if you are unsure or
disagree with the feedback, please feel free to wait for a Flutter team
member's review for guidance on which automated comments should be
addressed.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
Jaineel-Mamtora pushed a commit to Jaineel-Mamtora/flutter_forked that referenced this pull request Sep 24, 2025
…e\src\flutter\shell\platform\android` (flutter#175305)

part of flutter#173321

when excuting `./gradlew help --scan --warning-mode all` in
`flutter\engine\src\flutter\shell\platform\android`
i see a warning :
```gradle
> Configure project :
Build file 'C:\flutter\engine\src\flutter\shell\platform\android\build.gradle': line 25
Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated. This is scheduled to be removed in Gradle 10.0. Use assignment ('namespace = <value>') instead. Consult the upgrading guide for further information: https://docs.gradle.org/9.0-milestone-1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax
        at build_6pliwxbny923etvz9fwvbblij$_run_closure2.doCall$original(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:25)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
        at build_6pliwxbny923etvz9fwvbblij.run(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:24)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
```
which is the line
```gradle
namespace "io.flutter.embedding"
```
after changing it to :
```gradle
namespace = "io.flutter.embedding"
```
the error is gone :
```gradle
C:\flutter\engine\src\flutter\shell\platform\android git:[master]
./gradlew help --scan --warning-mode all

> Task :help

Welcome to Gradle 9.0-milestone-1.

```
## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

**Note**: The Flutter team is currently trialing the use of [Gemini Code
Assist for
GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
Comments from the `gemini-code-assist` bot should not be taken as
authoritative feedback from the Flutter team. If you find its comments
useful you can update your code accordingly, but if you are unsure or
disagree with the feedback, please feel free to wait for a Flutter team
member's review for guidance on which automated comments should be
addressed.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 12, 2025
lucaantonelli pushed a commit to lucaantonelli/flutter that referenced this pull request Nov 21, 2025
…e\src\flutter\shell\platform\android` (flutter#175305)

part of flutter#173321

when excuting `./gradlew help --scan --warning-mode all` in
`flutter\engine\src\flutter\shell\platform\android`
i see a warning :
```gradle
> Configure project :
Build file 'C:\flutter\engine\src\flutter\shell\platform\android\build.gradle': line 25
Properties should be assigned using the 'propName = value' syntax. Setting a property via the Gradle-generated 'propName value' or 'propName(value)' syntax in Groovy DSL has been deprecated. This is scheduled to be removed in Gradle 10.0. Use assignment ('namespace = <value>') instead. Consult the upgrading guide for further information: https://docs.gradle.org/9.0-milestone-1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax
        at build_6pliwxbny923etvz9fwvbblij$_run_closure2.doCall$original(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:25)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
        at build_6pliwxbny923etvz9fwvbblij.run(C:\flutter\engine\src\flutter\shell\platform\android\build.gradle:24)
        (Run with --stacktrace to get the full stack trace of this deprecation warning.)
```
which is the line
```gradle
namespace "io.flutter.embedding"
```
after changing it to :
```gradle
namespace = "io.flutter.embedding"
```
the error is gone :
```gradle
C:\flutter\engine\src\flutter\shell\platform\android git:[master]
./gradlew help --scan --warning-mode all

> Task :help

Welcome to Gradle 9.0-milestone-1.

```
## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

**Note**: The Flutter team is currently trialing the use of [Gemini Code
Assist for
GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
Comments from the `gemini-code-assist` bot should not be taken as
authoritative feedback from the Flutter team. If you find its comments
useful you can update your code accordingly, but if you are unsure or
disagree with the feedback, please feel free to wait for a Flutter team
member's review for guidance on which automated comments should be
addressed.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

engine flutter/engine related. See also e: labels. platform-android Android applications specifically team-android Owned by Android platform team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants