From 7f5ca24ff971cdff249ffebd0287cf4fed2bef5a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 4 Apr 2017 16:47:05 +0100 Subject: [PATCH] Make Maven Central available to Gradle plugin's build --- spring-boot-tools/spring-boot-gradle-plugin/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-tools/spring-boot-gradle-plugin/build.gradle b/spring-boot-tools/spring-boot-gradle-plugin/build.gradle index cc3fcc49751..accb619d111 100644 --- a/spring-boot-tools/spring-boot-gradle-plugin/build.gradle +++ b/spring-boot-tools/spring-boot-gradle-plugin/build.gradle @@ -6,6 +6,7 @@ plugins { repositories { mavenLocal() + mavenCentral() } def addDependency(configurationName, dependency) {