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.

Upgrade Gradle wrapper to 7.0 or greater

See original GitHub issue

Description

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

https://github.com/quarkusio/quarkus/blob/main/devtools/gradle/gradle/wrapper/gradle-wrapper.properties#L3

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
gsmetcommented, Aug 10, 2021

@glefloch we have the green light to move to Gradle 7 in 2.2 if it helps making progress on the JDK 17 support.

0reactions
gleflochcommented, Aug 10, 2021

Great I will add this in the branch that enable gradle tests on jdk17 once I’m back from PTO.

Read more comments on GitHub >

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

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