diff --git a/build.gradle b/build.gradle index 69bdbef2e8..13ffa7f9ff 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,10 @@ buildscript { repositories { mavenCentral() maven { - url "${artifactory_contextUrl}/plugins-release" + url "https://plugins.gradle.org/m2" + } + maven { + url "${artifactory_contextUrl}/plugins-release-no-proxy" } if (gradlePluginsVersion.contains("SNAPSHOT") || versioningPluginVersion.contains("SNAPSHOT")) { @@ -109,7 +112,7 @@ allprojects { } maven { - url "${artifactory_contextUrl}/libs-release" + url "${artifactory_contextUrl}/libs-release-no-proxy" if (project.hasProperty('artifactory_user') && project.hasProperty('artifactory_password')) { @@ -123,7 +126,7 @@ allprojects { } } maven { - url "${artifactory_contextUrl}/libs-snapshot" + url "${artifactory_contextUrl}/libs-snapshot-no-proxy" if (project.hasProperty('artifactory_user') && project.hasProperty('artifactory_password')) {