Add Maven Central Repository to buildscript to resolve build dependencies.
This commit is contained in:
@@ -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 {
|
||||||
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url 'https://repo.spring.io/release' }
|
maven { url 'https://repo.spring.io/release' }
|
||||||
maven { url 'https://repo.spring.io/plugins-snapshot' }
|
maven { url 'https://repo.spring.io/plugins-snapshot' }
|
||||||
|
|||||||
Reference in New Issue
Block a user