Skip to content

Commit

Permalink
Update ballerina/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk authored Aug 27, 2024
1 parent 718b9d4 commit 02ad70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ task startLdapServer() {
if (!stdOut.toString().contains("openldap-server")) {
println "Starting LDAP server."
exec {
commandLine 'sh', '-c', "docker-compose -f tests/resources/openldap/compose.yml up -d"
commandLine 'sh', '-c', "docker compose -f tests/resources/openldap/compose.yml up -d"
standardOutput = stdOut
}
println stdOut.toString()
Expand Down

0 comments on commit 02ad70c

Please sign in to comment.