Skip to content

Add support for updating gradle wrapper #2223

@rahulsom

Description

@rahulsom

Hi!

This is an amazing way to manage dependencies.

It would be awesome if it could also send PRs for gradle wrapper updates.
Typically this involves

  1. Find the latest version of gradle published at
https://api.github.com/repos/gradle/gradle/releases/latest
  1. Run
./gradlew wrapper --gradle-version ${VERSION} --distribution-type all
  1. Send a PR.

Some projects using maven also use a wrapper - https://github.com/takari/maven-wrapper but that can be a separate issue.

Metadata

Metadata

Assignees

Labels

F: language-supportIssues specific to a particular language or ecosystem; may be paired with an L: label.KeepExempt this from being marked by stalebotL: java:gradleMaven packages via GradleT: feature-requestRequests for new featuresT: new-ecosystemRequests for new ecosystems/languages

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions