Skip to content

Commit

Permalink
Define rabbitmqctl in Docker by default
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Dec 8, 2020
1 parent 61dded8 commit 879fbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ configure(rootProject) {

test {
useJUnitPlatform()
systemProperty 'rabbitmqctl.bin', System.getProperty('rabbitmqctl.bin') ?: 'sudo rabbitmqctl'
systemProperty 'rabbitmqctl.bin', System.getProperty('rabbitmqctl.bin') ?: 'DOCKER:rabbitmq'
}

//add specific task artifacts to the publication
Expand Down

0 comments on commit 879fbf4

Please sign in to comment.