Skip to content

Commit

Permalink
Add two print lines in gradle build file
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroNeumann committed Sep 19, 2023
1 parent f552f9c commit d7af590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,12 @@ project(':publisher-service') {
println "no_execute_docker_compose is ${no_execute_docker_compose}"

if(!"true".equals(no_execute_docker_compose)) {
println "in if"
runDockerComposeUp.dependsOn(runDockerComposeDown)
test.dependsOn(runDockerComposeUp)
test.finalizedBy(runDockerComposeDownFinalized)
} else {
println "in else"
}

task unpackTar(type: Copy) {
Expand Down

0 comments on commit d7af590

Please sign in to comment.