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 e9907aa commit 005cafdCopy full SHA for 005cafd
intellij.tools.ide.starter/src/com/intellij/ide/starter/buildTool/GradleBuildTool.kt
@@ -263,12 +263,7 @@ open class GradleBuildTool(testContext: IDETestContext) : BuildTool(BuildToolTyp
263
}
264
265
fun enableOpenTelemetry(): GradleBuildTool {
266
- logOutput("Gradle daemon telemetry will be collected to $daemonOpenTelemetryPath")
267
- testContext.applyVMOptionsPatch {
268
- addSystemProperty("gradle.daemon.opentelemetry.enabled", true)
269
- addSystemProperty("gradle.daemon.opentelemetry.format", "JSON")
270
- addSystemProperty("gradle.daemon.opentelemetry.folder", daemonOpenTelemetryPath)
271
- }
+ // todo IDEA-349510
272
return this
273
274
0 commit comments