Skip to content

Commit

Permalink
Upgraded Docker Compose Gradle plugin to support homebrew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jul 3, 2023
1 parent f7c63a1 commit c30e708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c30e708

Please sign in to comment.