Skip to content

Commit b5fa7e9

Browse files
committed
Configure sanity check to use OSSRH staging repo
1 parent 57e7beb commit b5fa7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/sanity-check.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@GrabResolver(name = 'rabbitmq-bintray', root = 'https://dl.bintray.com/rabbitmq/maven')
1+
@GrabResolver(name = 'ossrh-staging', root = 'https://oss.sonatype.org/content/groups/staging/')
22
@GrabResolver(name = 'rabbitmq-packagecloud-milestones', root = 'https://packagecloud.io/rabbitmq/maven-milestones/maven2')
33
@Grab(group = 'com.rabbitmq', module = 'amqp-client', version = '${version}')
44
@Grab(group = 'org.slf4j', module = 'slf4j-simple', version = '1.7.25')

0 commit comments

Comments
 (0)