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 11, 2020
1 parent ee8cf5b commit 5e5b7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Start a RabbitMQ container:

Run the test suite:

./gradlew check -i -s -Drabbitmqctl.bin=DOCKER:rabbitmq
./gradlew check -i -s

### Building IDE project
./gradlew eclipse
Expand Down
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 5e5b7a3

Please sign in to comment.