Skip to content

Commit

Permalink
fix: test configuration changed to the correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Nov 30, 2023
1 parent 981ba4f commit 4e03a88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ class ICMDockerPluginIntegegrationSpec extends AbstractIntegrationGroovySpec {
def result1 = getPreparedGradleRunner()
.withArguments("startMailSrv", "-s", "-i")
//.withGradleVersion(gradleVersion)
.withGradleVersion("7.5")
.withGradleVersion(gradleVersion)
.build()

then:
Expand Down

0 comments on commit 4e03a88

Please sign in to comment.