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
fix(maven): Do not override repository properties with unset values
When setting up the remote repositories to request a remote artifact,
only set the proxy and the authentication if they are actually defined
in the current repository session. Otherwise, properties that might
have been initialized elsewhere (e.g. by Gradle) can be overridden.
While at it, switch from a `map { ... }.toSet()` construct to a `mapTo
(mutableSetOf()) { ... }`.
Signed-off-by: Oliver Heger <[email protected]>
0 commit comments