Remove snapshot repo

This commit is contained in:
Stéphane Nicoll
2024-08-14 08:22:43 +02:00
parent 582bfccbb7
commit f00bc7bb24

View File

@@ -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" }
}
}