From 1c5e62aacbddeee00404c966f8d70655e375f1d5 Mon Sep 17 00:00:00 2001 From: marlonhanks Date: Fri, 14 May 2021 04:03:30 +0000 Subject: [PATCH] add spring to gradle build --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 60ee7ae6a..81dd1a3b2 100755 --- a/build.gradle +++ b/build.gradle @@ -53,6 +53,7 @@ repositories { mavenLocal() mavenCentral() maven { url 'http://mvnrepository.com' } + maven { url 'http://repo.spring.io/plugins-release' } } def versions = [ checkstyle: '8.7',