1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Enable SNAPSHOT builds

To use Reactor SNAPSHOTs in gh-18041 we need to enable the
snapshot repositories.

Issue gh-18041
This commit is contained in:
Rob Winch
2025-10-13 10:47:51 -05:00
parent 78701f94ee
commit 4b6c9cca7e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ java {
repositories {
gradlePluginPortal()
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
}
sourceSets {
+1 -1
View File
@@ -11,7 +11,7 @@ plugins {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
}