Update Gradle repositories

This commit is contained in:
Roy Clarkson
2021-05-05 15:53:35 -04:00
parent 752d515c30
commit cc32807442

View File

@@ -18,6 +18,8 @@ apply plugin: "base"
buildscript {
repositories {
gradlePluginPortal()
mavenCentral()
maven { url "https://repo.spring.io/plugins-release" }
}
dependencies {
@@ -63,7 +65,8 @@ configure(allprojects) {
apply from: "${rootProject.projectDir}/publish-maven.gradle"
repositories {
maven { url "https://repo.spring.io/libs-release" }
mavenCentral()
maven { url "https://repo.spring.io/release" }
}
if (project.hasProperty("springVersion") || project.hasProperty("springBootVersion")) {