Upgrade Gradle wrapper to 7.0 or greater
See original GitHub issueDescription
Currently, Gradle 6.9 has some limitations as not being able to define exclusiveContent
Gradle also lets you declare exclusive content that can only be found in one repository and it shouldn’t be searched for in any other.
This is especially useful to avoid “A confusing dependency” than then later could finish in some security vulnerabilities.
Implementation ideas
Upgrade gradle distribution to something greater or equal to 7
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Upgrading your build from Gradle 7.x to the latest
For migrating from Gradle 4.x, 5.x, or 6.x, see the older migration guide first. ... Run gradle wrapper --gradle-version 7.6 to update the...
Read more >How to update Gradle - Tom Gregory
You can go to the Gradle releases page to find the latest version. If you're using Java just remember that what Java version...
Read more >How to Update Gradle in Android Studio? - GeeksforGeeks
Step 1: Open Android Studio and navigate to File → Settings ; Step 2: Selecting desired Gradle version. ; Step 1: Go to...
Read more >How to change the version of the 'default gradle wrapper' in ...
11 Answers 11 · Update the version above to your desired version · Execute Gradle wrapper task: ./gradlew wrapper · Sync the IDE...
Read more >Android Gradle plugin release notes - Android Developers
You can specify the Gradle version in either the File > Project Structure > Project menu in Android Studio, or update your Gradle...
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
@glefloch we have the green light to move to Gradle 7 in 2.2 if it helps making progress on the JDK 17 support.
Great I will add this in the branch that enable gradle tests on jdk17 once I’m back from PTO.