Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 9e5349f

Browse files
committed
[build] Polish repo.spring.io repositories, remove libs prefix
This commit removes the `libs-` prefix to repo.spring.io repositories, and removes the reference to the `release` one (all releases should be taken from maven central from now on) This is a cherry-pick of the same change that was done on 1.2.x as commit 943f353.
1 parent 674ec2e commit 9e5349f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
buildscript {
1818
repositories {
19+
jcenter()
1920
maven { url "https://repo.spring.io/plugins-release" }
2021
}
2122
dependencies {
@@ -67,10 +68,9 @@ configure(allprojects) { project ->
6768
group = 'io.projectreactor.rabbitmq'
6869

6970
repositories {
70-
maven { url 'https://repo.spring.io/libs-release' }
71-
maven { url 'https://repo.spring.io/libs-snapshot' }
7271
mavenCentral()
7372
jcenter()
73+
maven { url 'https://repo.spring.io/snapshot' }
7474
}
7575

7676
apply plugin: 'maven'

0 commit comments

Comments
 (0)