Skip to content

Commit cebcc8f

Browse files
committed
Use simple quote instead of double in sanity check
1 parent a9fa759 commit cebcc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/scripts/sanity-check.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@GrabResolver(name = 'rabbitmq-bintray', root = 'http://dl.bintray.com/rabbitmq/maven')
22
@GrabResolver(name = 'rabbitmq-packagecloud-milestones', root = 'https://packagecloud.io/rabbitmq/maven-milestones/maven2')
3-
@Grab(group = 'com.rabbitmq', module = 'amqp-client', version = "${version}")
3+
@Grab(group = 'com.rabbitmq', module = 'amqp-client', version = '${version}')
44
@Grab(group = 'org.slf4j', module = 'slf4j-simple', version = '1.7.25')
55
import com.rabbitmq.client.AMQP
66
import com.rabbitmq.client.Channel

0 commit comments

Comments
 (0)