Remove snapshot repo

This commit is contained in:
Stéphane Nicoll 2024-08-14 08:22:43 +02:00
parent 582bfccbb7
commit f00bc7bb24
1 changed files with 0 additions and 1 deletions

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