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

Commit 5e5b7a3

Browse files
committed
Define rabbitmqctl in Docker by default
1 parent ee8cf5b commit 5e5b7a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Start a RabbitMQ container:
140140

141141
Run the test suite:
142142

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

145145
### Building IDE project
146146
./gradlew eclipse

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)