Add gradlePluginPortal() to Gradle build script respositories.
Switch from repo.spring.io/plugins-snapshot to repo.spring.io/plugins-release.
This commit is contained in:
@@ -4,8 +4,9 @@ buildscript {
|
||||
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||
}
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url 'https://repo.spring.io/libs-release' }
|
||||
maven { url 'https://repo.spring.io/plugins-snapshot' }
|
||||
maven { url 'https://repo.spring.io/plugins-release' }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user