Skip to content

Commit 09b99a3

Browse files
committed
Bring back Maven snapshots repo for Reactor deps
1 parent 943cf19 commit 09b99a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ allprojects {
135135
maven { url 'https://repo.spring.io/milestone' }
136136
if (version.endsWith('-SNAPSHOT')) {
137137
maven { url 'https://repo.spring.io/snapshot' }
138+
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
138139
}
139140
// maven { url 'https://repo.spring.io/libs-staging-local' }
140141
}

0 commit comments

Comments
 (0)