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
Add support for handling & configuring multiple repository URLs that point to repos that are identical/equivalent. For example, https://repo1.maven.org/maven2/ and https://repo.maven.apache.org/maven2/ both point to the same repository on the back end. If the internal artifactory instance only has a local mirror pointing to https://repo1.maven.org/maven2/, and the gradle build lists https://repo.maven.apache.org/maven2/ in its repositories, it should still replace it with the internal mirror URL. If there are internal mirrors for both remote URLs, then the one with the exact matching URL should be used.
The text was updated successfully, but these errors were encountered:
Add support for handling & configuring multiple repository URLs that point to repos that are identical/equivalent. For example, https://repo1.maven.org/maven2/ and https://repo.maven.apache.org/maven2/ both point to the same repository on the back end. If the internal artifactory instance only has a local mirror pointing to https://repo1.maven.org/maven2/, and the gradle build lists https://repo.maven.apache.org/maven2/ in its repositories, it should still replace it with the internal mirror URL. If there are internal mirrors for both remote URLs, then the one with the exact matching URL should be used.
The text was updated successfully, but these errors were encountered: