It looks in all repositories, but only if the repositories work.
As the plugin central is not accessible, it fails.
Otherwise the build could behave differently / pull in different versions / ... depending on where you build.
m
Maerov Timofey
02/07/2023, 3:56 PM
how gradle understand that repository not work if he don't check it?
Maerov Timofey
02/07/2023, 3:57 PM
or gradle, regardless of what I specify in the
pluginManager.repository{}
, is looking for in the portalPluginRepository?
v
Vampire
02/07/2023, 4:15 PM
You specified both.
It looks in order.
So it looks in plugin central first.
That fails, so it stops.