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.

This commit is contained in:
John Blum
2018-10-03 13:57:16 -07:00
parent 581de8dfde
commit dc07ebdc45

View File

@@ -4,6 +4,7 @@ buildscript {
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
} }
repositories { repositories {
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release' } maven { url 'https://repo.spring.io/plugins-release' }
} }
} }