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 1a85b78 commit 210bbc6
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 @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion")
classpath "com.avast.gradle:gradle-docker-compose-plugin:0.9.1"
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 @@ -8,7 +8,7 @@ springCloudVersion=2021.0.2

eventuatePlatformVersion=2023.0.RELEASE
eventuateUtilVersion=0.16.0.RELEASE
dockerComposePluginVersion=0.4.5
dockerComposePluginVersion=0.16.12
springDependencyManagementPluginVersion=1.0.3.RELEASE
springCloudSleuthVersion=2.1.0.RELEASE
eventuateCommonImageVersion=0.17.0.RELEASE
Expand Down

0 comments on commit 210bbc6

Please sign in to comment.