Skip to content

Commit

Permalink
Revert back to using docker compose v1 CLI for test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Oct 3, 2023
1 parent 80dfe6b commit f367814
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public void execute(Task task) {
composeExtension.getRemoveContainers().set(true);
composeExtension.getCaptureContainersOutput()
.set(EnumSet.of(LogLevel.INFO, LogLevel.DEBUG).contains(project.getGradle().getStartParameter().getLogLevel()));
composeExtension.getUseDockerComposeV2().set(false);
composeExtension.getExecutable().set(this.providerFactory.provider(() -> {
String composePath = dockerSupport.get().getDockerAvailability().dockerComposePath();
LOGGER.debug("Docker Compose path: {}", composePath);
Expand Down

0 comments on commit f367814

Please sign in to comment.