From 06d01e51161456200420e786ef96feb4c899c3a1 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 16 Dec 2021 14:26:35 -0700 Subject: [PATCH] Use gradlePluginPortal Closes gh-598 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 2f42b0082..860d4acef 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,6 @@ buildscript { repositories { + gradlePluginPortal() maven { url = 'https://repo.spring.io/plugins-release' if (project.hasProperty('artifactoryUsername')) {