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:
Stéphane Nicoll
2024-08-08 15:37:53 +02:00
parent 2669272ca2
commit f1b3bf0954

View File

@@ -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"