question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Reactions:79
  • Comments:98 (2 by maintainers)

github_iconTop GitHub Comments

198reactions
jayan2019commented, Jul 8, 2019

npm I jetifier npx jetify

Fixed it for me on react-native 0.60.0

107reactions
dickverbuntcommented, Oct 26, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found