You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
The text was updated successfully, but these errors were encountered: