Skip to content

Commit af4a98d

Browse files
Apply review suggestion
1 parent 468f853 commit af4a98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-smoke-tests/gradle/src/test/groovy/datadog/smoketest/GradleDaemonSmokeTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class GradleDaemonSmokeTest extends AbstractGradleTest {
244244
.withProjectDir(projectFolder.toFile())
245245
.withGradleVersion(gradleVersion)
246246
.withArguments(arguments)
247-
.withEnvironment(Collections.singletonMap("GRADLE_VERSION", gradleVersion))
247+
.withEnvironment(["GRADLE_VERSION": gradleVersion])
248248
.forwardOutput()
249249

250250
println "${new Date()}: $specificationContext.currentIteration.displayName - Starting Gradle run"

0 commit comments

Comments
 (0)