Remove Spring release repository declaration from Gradle buildscript repositories.
This commit is contained in:
@@ -6,7 +6,6 @@ buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url 'https://repo.spring.io/release' }
|
||||
maven {
|
||||
url 'https://repo.spring.io/plugins-snapshot'
|
||||
if (project.hasProperty('artifactoryUsername')) {
|
||||
|
||||
Reference in New Issue
Block a user