Browse Source

Remove snapshot repo

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

1
build.gradle

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

Loading…
Cancel
Save