Browse Source

Remove snapshot repo

5.3.x
Stéphane Nicoll 1 year ago
parent
commit
f00bc7bb24
  1. 1
      build.gradle

1
build.gradle

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

Loading…
Cancel
Save