Skip to content

Commit 0348418

Browse files
Remove snapshot repository for 1.10.4
fixes gh-3637
1 parent ea2e72e commit 0348418

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle

-8
Original file line numberDiff line numberDiff line change
@@ -389,14 +389,6 @@ subprojects {
389389

390390
repositories {
391391
mavenCentral()
392-
maven {
393-
// TODO remove before releasing
394-
url "https://repo.spring.io/snapshot/"
395-
content {
396-
// for context-propagation snapshots
397-
includeModule 'io.micrometer', 'context-propagation'
398-
}
399-
}
400392
}
401393

402394
def check = tasks.findByName('check')

0 commit comments

Comments
 (0)