[7.x] Upgrade Gradle docker-compose plugin (#58873)
This commit is contained in:
parent
5e49ee800e
commit
402110c557
|
@ -100,7 +100,7 @@ dependencies {
|
|||
api "org.elasticsearch:jna:5.5.0"
|
||||
api 'com.github.jengelman.gradle.plugins:shadow:5.1.0'
|
||||
api 'de.thetaphi:forbiddenapis:3.0'
|
||||
api 'com.avast.gradle:gradle-docker-compose-plugin:0.8.12'
|
||||
api 'com.avast.gradle:gradle-docker-compose-plugin:0.12.1'
|
||||
api 'org.apache.maven:maven-model:3.6.2'
|
||||
api 'com.networknt:json-schema-validator:1.0.36'
|
||||
|
||||
|
|
|
@ -336,8 +336,7 @@ public abstract class DockerSupportService implements BuildService<DockerSupport
|
|||
Result lastCommand
|
||||
) {
|
||||
this.isAvailable = isAvailable;
|
||||
// TODO: This is temporary, and should be removed when https://github.com/elastic/elasticsearch/issues/58795 is resolved
|
||||
this.isComposeAvailable = false; // isComposeAvailable;
|
||||
this.isComposeAvailable = isComposeAvailable;
|
||||
this.isVersionHighEnough = isVersionHighEnough;
|
||||
this.path = path;
|
||||
this.version = version;
|
||||
|
|
Loading…
Reference in New Issue