diff --git a/src/test/groovy/com/intershop/gradle/icm/docker/ICMDockerPluginIntegegrationSpec.groovy b/src/test/groovy/com/intershop/gradle/icm/docker/ICMDockerPluginIntegegrationSpec.groovy index 4aa2d0d..9c1df44 100644 --- a/src/test/groovy/com/intershop/gradle/icm/docker/ICMDockerPluginIntegegrationSpec.groovy +++ b/src/test/groovy/com/intershop/gradle/icm/docker/ICMDockerPluginIntegegrationSpec.groovy @@ -915,7 +915,7 @@ class ICMDockerPluginIntegegrationSpec extends AbstractIntegrationGroovySpec { def result1 = getPreparedGradleRunner() .withArguments("startMailSrv", "-s", "-i") //.withGradleVersion(gradleVersion) - .withGradleVersion("7.5") + .withGradleVersion(gradleVersion) .build() then: