Browse Source

Add Maven Central repository (aligned with 5.1.x)

5.0.x
Juergen Hoeller 5 years ago
parent
commit
c1a33fdfef
  1. 1
      build.gradle

1
build.gradle

@ -152,6 +152,7 @@ configure(allprojects) { project -> @@ -152,6 +152,7 @@ configure(allprojects) { project ->
}
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
}

Loading…
Cancel
Save