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' } } }