File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,12 @@ Add the appropriate repository:
110110<repositories>
111111
112112 <repository>
113- <id>github</id>
114- <url>https://maven.pkg.github.com/rabbitmq/rabbitmq-stream-java-client</url>
115- <snapshots><enabled>true</enabled></snapshots>
113+ <id>rabbitmq-maven-snapshots</id>
114+ <url>https://dl.cloudsmith.io/public/rabbitmq/maven-snapshots/maven/</url>
115+ <snapshots>
116+ <enabled>true</enabled>
117+ <updatePolicy>always</updatePolicy>
118+ </snapshots>
116119 <releases><enabled>false</enabled></releases>
117120 </repository>
118121
@@ -123,7 +126,7 @@ Add the appropriate repository:
123126[source,groovy,subs="attributes,specialcharacters"]
124127----
125128repositories {
126- maven { url 'https://maven.pkg.github.com/rabbitmq /rabbitmq-stream-java-client ' }
129+ maven { url 'https://dl.cloudsmith.io/public /rabbitmq/maven-snapshots/maven/ ' }
127130 mavenCentral()
128131}
129132----
You can’t perform that action at this time.
0 commit comments