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

Commit 879fbf4

Browse files
committed
Define rabbitmqctl in Docker by default
1 parent 61dded8 commit 879fbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ configure(rootProject) {
135135

136136
test {
137137
useJUnitPlatform()
138-
systemProperty 'rabbitmqctl.bin', System.getProperty('rabbitmqctl.bin') ?: 'sudo rabbitmqctl'
138+
systemProperty 'rabbitmqctl.bin', System.getProperty('rabbitmqctl.bin') ?: 'DOCKER:rabbitmq'
139139
}
140140

141141
//add specific task artifacts to the publication

0 commit comments

Comments
 (0)