Upgrade to gradle-docker-compose-plugin 0.17.7
This should effectively switch to use docker compose (V2) instead of docker-compose (V1) as the V2 is used by default as of 0.17.0 Closes gh-65
This commit is contained in:
@@ -40,7 +40,7 @@ dependencies {
|
||||
compileOnly("org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion")
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||
|
||||
implementation("com.avast.gradle:gradle-docker-compose-plugin:0.16.8")
|
||||
implementation("com.avast.gradle:gradle-docker-compose-plugin:0.17.7")
|
||||
}
|
||||
|
||||
sourceCompatibility = "17"
|
||||
|
||||
Reference in New Issue
Block a user