Open awaizman1 opened 1 year ago
Hello, any plans for implementing such possibility in the future?
Thank you for your interest in Gradle!
This feature request is in the backlog of the relevant team, but this area of Gradle is currently not in focus. It might take a while before it gets implemented.
Contributions are welcome though!
Hi,
In my organization, build machines can't access public internet. Usually we use on-prem artifactory repository with multiple proxy repos (for dockers, helm, etc.) and configure our build to use this artifactory.
I would like to set up a proxy for foojay disco and configure the plugin root url to this proxy.
Seems like the root url is hard coded within the plugin and this is not possible.
Kindly would you add a configuration option to set the root url?
For example, before gradle 8 it was possible to set in
gradle.properties
:Suggestion something like:
Thanks.