We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468f853 commit af4a98dCopy full SHA for af4a98d
dd-smoke-tests/gradle/src/test/groovy/datadog/smoketest/GradleDaemonSmokeTest.groovy
@@ -244,7 +244,7 @@ class GradleDaemonSmokeTest extends AbstractGradleTest {
244
.withProjectDir(projectFolder.toFile())
245
.withGradleVersion(gradleVersion)
246
.withArguments(arguments)
247
- .withEnvironment(Collections.singletonMap("GRADLE_VERSION", gradleVersion))
+ .withEnvironment(["GRADLE_VERSION": gradleVersion])
248
.forwardOutput()
249
250
println "${new Date()}: $specificationContext.currentIteration.displayName - Starting Gradle run"
0 commit comments