Hey folks,
I'm trying to setup an equivalent of maven's repository mirrors. I've managed to set this up using an init scripts as outlined at
https://docs.gradle.org/current/userguide/init_scripts.html#sec:init_script_plugins . While I've managed to route most downloads using the mirrors , I'm unable to do that for the gradle enterprise plugin which is downloaded when I invoke gradle with
--scan
. I wanted to understand how is this currently downloaded?
Updating the repositories for
settings.pluginManagement
does not seem to impact the repository where this is downloaded from.