Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
See original GitHub issueI am using react-native v0.59.9 which uses gradle v5.4.1.
While building using ./gradlew assembleRelease, I get the warning
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
On running ./gradlew assembleRelease --warning-mode all, the warning changed to:
> Task :react-native-gesture-handler:generateReleaseRFile UP-TO-DATE
Changing the value for a property with a final value has been deprecated. This will fail with an error in Gradle 6.0.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:79
- Comments:98 (2 by maintainers)
Top Results From Across the Web
Deprecated Gradle features were used in this build, making it ...
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Run with --stacktrace option to get the stack trace....
Read more >Deprecated Gradle features were used in this build ... - GitHub
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual ...
Read more >Upgrading your build from Gradle 5.x to 6.0
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation ...
Read more >Deprecated Gradle features were used in this build, making it
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Run with --stacktrace option to get the stack trace....
Read more >Getting Started | Building Java Projects with Gradle - Spring
... <task> For troubleshooting, visit https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

npm I jetifiernpx jetifyFixed it for me on react-native 0.60.0
Had the same issue. Turned out to be an easy fix. Remove the old version of the app on my device. maybe this will help others.