Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gradle-wrapper): add support for multiple version occurrences in distributionUrl #11454

Merged
merged 11 commits into from Aug 30, 2021
Merged

feat(gradle-wrapper): add support for multiple version occurrences in distributionUrl #11454

merged 11 commits into from Aug 30, 2021

Conversation

EndzeitBegins
Copy link
Contributor

Changes:

The version of Gradle Wrapper is updated at every appearance inside the distributionUrl
inside the gradle/wrapper/gradle-wrapper.properties instead of just in the file name.

Context:

Closes #11431

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please tick one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

@EndzeitBegins EndzeitBegins changed the title feat(gradle-wrapper): add support for custom distributions feat(gradle-wrapper): add support for multiple version occurrences in distributionUrl Aug 27, 2021
@EndzeitBegins EndzeitBegins marked this pull request as draft August 27, 2021 18:33
…radle/deep

move interface GradleVersionExtract to types.ts
remove unused test snapshots
docs/usage/java.md Outdated Show resolved Hide resolved
docs/usage/java.md Outdated Show resolved Hide resolved
docs/usage/java.md Outdated Show resolved Hide resolved
docs/usage/java.md Outdated Show resolved Hide resolved
docs/usage/java.md Outdated Show resolved Hide resolved
docs/usage/java.md Outdated Show resolved Hide resolved
docs/usage/java.md Show resolved Hide resolved
docs/usage/java.md Outdated Show resolved Hide resolved
EndzeitBegins and others added 2 commits August 29, 2021 09:28
simplify some sentence structures

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why it doesn't accept my review. 😕

@rarkins rarkins enabled auto-merge (squash) August 30, 2021 06:58
@rarkins rarkins merged commit d5e4e09 into renovatebot:main Aug 30, 2021
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 26.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@EndzeitBegins
Copy link
Contributor Author

Thanks for the initial feedback, fast review and merge. 👍🏻

@EndzeitBegins EndzeitBegins deleted the issue-11431 branch August 30, 2021 17:46
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gradle-wrapper: support multiple version occurrences in distributionUrl
5 participants