From a82c0c843eaa21ccc38edc4d5aa76523bb35f125 Mon Sep 17 00:00:00 2001 From: Sergey Igushkin Date: Fri, 19 May 2017 13:59:01 +0300 Subject: [PATCH] Use the Google Maven repository instead of local preview. (cherry picked from commit 4279335) (cherry picked from commit 0e8b850) --- libraries/tools/kotlin-gradle-plugin/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin/build.gradle b/libraries/tools/kotlin-gradle-plugin/build.gradle index a652ae0582d..565590c8430 100644 --- a/libraries/tools/kotlin-gradle-plugin/build.gradle +++ b/libraries/tools/kotlin-gradle-plugin/build.gradle @@ -19,9 +19,7 @@ repositories { jcenter() mavenLocal() maven { url 'http://repository.jetbrains.com/utils/' } - - // todo: remove this once the AGP artifacts get published - maven { url (project.findProperty("googlePreviewRepositoryPath") ?: System.getProperty("googlePreviewRepositoryPath")) } + maven { url 'https://maven.google.com' } } configurations {