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

Commit 4ae2b79

Browse files
committed
Add Spring milestone repository for sanity check
1 parent 5623467 commit 4ae2b79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sanity-check.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import org.slf4j.LoggerFactory
22
import reactor.core.publisher.Flux
33
import reactor.rabbitmq.OutboundMessage
44
import reactor.rabbitmq.QueueSpecification
5+
@GrabResolver(name = 'spring-milestone', root = 'https://repo.spring.io/libs-snapshot')
56
@GrabResolver(name = 'spring-staging', root = 'https://repo.spring.io/libs-staging-local/')
67
@Grab(group = 'io.projectreactor.rabbitmq', module = 'reactor-rabbitmq', version = "${version}")
78
@Grab(group = 'org.slf4j', module = 'slf4j-simple', version = '1.7.25')

0 commit comments

Comments
 (0)