From c30e7082e39bfd65474c90ce313eb4c9f1c0ce72 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Mon, 3 Jul 2023 12:02:06 +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 c3ecd90..ee7de09 100755 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { classpath "io.eventuate.plugins.gradle:eventuate-plugins-gradle-versions:$eventuatePluginsGradleVersion" classpath "io.eventuate.plugins.gradle:eventuate-plugins-gradle-publish:$eventuatePluginsGradleVersion" - classpath "com.avast.gradle:gradle-docker-compose-plugin:0.12.0" + classpath "com.avast.gradle:gradle-docker-compose-plugin:$dockerComposePluginVersion" } } diff --git a/gradle.properties b/gradle.properties index a1814cd..8fd1117 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ eventuatePluginsGradleVersion=0.13.0.BUILD-SNAPSHOT quarkusVersion=1.11.0.Beta1 -dockerComposePluginVersion=0.6.6 +dockerComposePluginVersion=0.16.12 eventuateTramVersion=0.33.0.BUILD-SNAPSHOT eventuateCommonQuarkusVersion=0.6.0.BUILD-SNAPSHOT eventuateMessagingKafkaQuarkusVersion=0.6.0.BUILD-SNAPSHOT