Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Aug 6, 2024
1 parent 9a6c11b commit dc25c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ task startJaegerServer() {
if (!stdOut.toString().contains("jaeger-server")) {
println "Starting Jaeger server."
exec {
commandLine 'sh', '-c', "docker-compose -f $project.projectDir/resources/jaeger-server/docker-compose.yml up -d"
commandLine 'sh', '-c', "docker compose -f $project.projectDir/resources/jaeger-server/docker-compose.yml up -d"
standardOutput = stdOut
}
println stdOut.toString()
Expand Down

0 comments on commit dc25c8f

Please sign in to comment.