From fad9b509abb1b7daf720d6ec5e1bbb58f3b44291 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Apr 2020 17:19:06 +0200 Subject: [PATCH] Polish --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 65b62c116ec..e8da2ee3321 100644 --- a/build.gradle +++ b/build.gradle @@ -147,9 +147,9 @@ configure(allprojects) { project -> } repositories { + mavenCentral() maven { url "https://repo.spring.io/libs-release" } maven { url "https://repo.spring.io/snapshot" } - mavenLocal() } dependencies {