Skip to content

Android Issue: Space-assignment syntax in Groovy DSL has been deprecated! #1215

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

Open
bhavberi opened this issue Mar 31, 2025 · 1 comment · May be fixed by #1216
Open

Android Issue: Space-assignment syntax in Groovy DSL has been deprecated! #1215

bhavberi opened this issue Mar 31, 2025 · 1 comment · May be fixed by #1216

Comments

@bhavberi
Copy link

Version

Android gradle plugin: 8.8.0
Gradle: 8.12

Description

Gradle build gives me a warning about updating the gradle file because usage at lines 72, 112 is deprecated and used like below project_root/node_modules/@notifee/react-native/android/build.gradle

old usage

...
        url "..."
...
        name "..."
...

new usage

...
        url = "..."
...
        name = "..."
...

Why?

Because 'these generated methods are now deprecated and will be removed in Gradle 10.0, and both propertyName value and propertyName(value) will stop working unless the explicit method propertyName is defined. Use explicit assignment propertyName = value instead.'

Read more

Upgrading your build gradle from Gradle 8.x to latest

Copy link

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant