From dc07ebdc455ed73fa4773713e9c19de3d4b73366 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 3 Oct 2018 13:57:16 -0700 Subject: [PATCH] Add gradlePluginPortal() to the list of Gradle build script repositories in order to resolve Gretty, which is used by the Spring Build Conventions Gradle Plugin. --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 06213317..631ffab5 100644 --- a/build.gradle +++ b/build.gradle @@ -4,6 +4,7 @@ buildscript { classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories { + gradlePluginPortal() maven { url 'https://repo.spring.io/plugins-release' } } }