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

Allow configuration of GradleVersionsServiceUrl #4676

Closed
isker opened this issue Oct 16, 2019 · 1 comment · Fixed by #4684
Closed

Allow configuration of GradleVersionsServiceUrl #4676

isker opened this issue Oct 16, 2019 · 1 comment · Fixed by #4684

Comments

@isker
Copy link
Contributor

isker commented Oct 16, 2019

What would you like Renovate to be able to do?
Following up on #3038 (comment) (cc @rarkins @jansauer), we have a use case where (within an internal environment: self-hosted GitLab, etc), we'd like to configure Renovate to upgrade Gradle only to versions that are hosted at internal locations.

More broadly, Gradle officially supports creating custom redistributions of Gradle and it'd be nice if users had a way to direct Renovate to these versions.

Describe the solution you'd like
If users could configure this URL:

const GradleVersionsServiceUrl = 'https://services.gradle.org/versions/all';
Renovate could be directed to a custom list of versions of Gradle, including ones that are not publicly available, and everything else should just work.

I am not sure exactly how this should be configured; I am not very familiar with Renovate and there seems to have been uncertainty about how to do it in the linked PR before configuration of this value was abandoned entirely. Feedback appreciated!

Thanks for considering.

@isker
Copy link
Contributor Author

isker commented Oct 17, 2019

I took a stab at this using registryUrls and got it working with my internal use-case. Opened a PR with the results.

@renovate-release
Copy link
Collaborator

🎉 This issue has been resolved in version 19.64.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
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 a pull request may close this issue.

2 participants