foojay-toolchains icon indicating copy to clipboard operation
foojay-toolchains copied to clipboard

Add wrapper-upgrade-gradle-plugin

Open StefMa opened this issue 1 year ago • 4 comments

Right now this project uses Gradle 8.1 (released April 12th).

When using the https://github.com/gradle/wrapper-upgrade-gradle-plugin we will get automatically a PR as soon as new Gradle release happen (periodically).

StefMa avatar Jan 25 '24 08:01 StefMa

I guess more generally https://github.com/renovatebot/renovate or https://github.com/dependabot/dependabot-core could be used to keep any dependency up-to-date.

sschuberth avatar May 13 '25 06:05 sschuberth

Gradle (wrapper) is not a dependency, but the build tool itself 🤓 AFAIK, dependabot can't handle this. Seems renovate is capapable to do so.

StefMa avatar May 13 '25 06:05 StefMa

Well, of course your build depends on a build tool 😉 And yes, we're using Renovate successfully to update the Gradle wrapper.

sschuberth avatar May 13 '25 06:05 sschuberth