Remove repo.spring.io/release from buildscript repositories used to resolve Gradle Plugins (e.g. spring-boot-gradle-plugin).
This commit is contained in:
@@ -5,7 +5,6 @@ buildscript {
|
||||
}
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url 'https://repo.spring.io/release' }
|
||||
maven { url 'https://repo.spring.io/plugins-snapshot' }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user