From 81856f37c3ce7f57b54aefe880fbfec21891ac53 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Mon, 3 Jul 2023 12:01:47 +0900 Subject: [PATCH] Upgraded Docker Compose Gradle plugin to support homebrew installation https://github.com/eventuate-tram/eventuate-development/issues/1 --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 381514d..b6c0431 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}" - classpath "com.avast.gradle:gradle-docker-compose-plugin:0.9.2" + classpath "com.avast.gradle:gradle-docker-compose-plugin:$dockerComposePluginVersion" classpath "io.eventuate.plugins.gradle:eventuate-plugins-gradle-publish:$eventuatePluginsGradleVersion" } } diff --git a/gradle.properties b/gradle.properties index 4827835..2d30594 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ eventuateTramVersion=0.33.0.BUILD-SNAPSHOT eventuateUtilVersion=0.17.0.BUILD-SNAPSHOT eventuateMessagingKafkaVersion=0.18.0.BUILD-SNAPSHOT eventuateCommonVersion=0.18.0.BUILD-SNAPSHOT -dockerComposePluginVersion=0.4.5 +dockerComposePluginVersion=0.16.12 eventuateCommonImageVersion=0.18.0.BUILD-SNAPSHOT eventuateCdcImageVersion=0.16.0.BUILD-SNAPSHOT