From 0f4692b0f607d33ed32b5a0201abe40eb8024620 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Tue, 21 Jan 2025 10:09:44 +0100 Subject: [PATCH] chore: migrate to intellij gradle plugin 2.x Signed-off-by: Stephane Bouchet --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e04bf9dba..44027ae95 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -340,9 +340,9 @@ tasks { // https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-tasks.html#runIdeForUiTests val runIdeForUiTests by intellijPlatformTesting.runIde.registering { task { - systemProperty("robot-server.host.public", "true") // port is public jvmArgumentProviders += CommandLineArgumentProvider { listOf( + "-Drobot-server.port=8580", "-Dide.mac.message.dialogs.as.sheets=false", "-Djb.privacy.policy.text=", "-Djb.consents.confirmation.enabled=false",