File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
dd-smoke-tests/gradle/src/test/groovy/datadog/smoketest Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,12 @@ class GradleLauncherSmokeTest extends AbstractGradleTest {
5151
5252 private String whenRunningGradleLauncherWithJavaTracerInjected (String gradleDaemonCmdLineParams ) {
5353 def shellCommandExecutor = new ShellCommandExecutor (projectFolder. toFile(), GRADLE_BUILD_TIMEOUT_MILLIS , [
54- " GRADLE_OPTS" : " -javaagent:${ AGENT_JAR} " . toString(),
55- " DD_CIVISIBILITY_ENABLED" : " true" ,
56- " DD_CIVISIBILITY_AGENTLESS_ENABLED" : " true" ,
57- " DD_CIVISIBILITY_AGENTLESS_URL" : " ${ mockBackend.intakeUrl} " . toString(),
58- " DD_API_KEY" : " dummy"
54+ " GRADLE_OPTS" : " -javaagent:${ AGENT_JAR} " . toString(),
55+ " DD_CIVISIBILITY_ENABLED" : " true" ,
56+ " DD_CIVISIBILITY_AGENTLESS_ENABLED" : " true" ,
57+ " DD_CIVISIBILITY_AGENTLESS_URL" : " ${ mockBackend.intakeUrl} " . toString(),
58+ " DD_CIVISIBILITY_GIT_UPLOAD_ENABLED" : " false" ,
59+ " DD_API_KEY" : " dummy"
5960 ])
6061 String [] command = [" ./gradlew" , " --no-daemon" , " --info" ]
6162 if (gradleDaemonCmdLineParams) {
You can’t perform that action at this time.
0 commit comments