diff --git a/build.gradle.kts b/build.gradle.kts index 51e9e9d1..3025733a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -134,15 +134,6 @@ tasks { gradleVersion = properties("gradleVersion").get() } - // Configure UI tests plugin - // Read more: https://github.com/JetBrains/intellij-ui-test-robot - testIdeUi { - systemProperty("robot-server.port", "8082") - systemProperty("ide.mac.message.dialogs.as.sheets", "false") - systemProperty("jb.privacy.policy.text", "") - systemProperty("jb.consents.confirmation.enabled", "false") - } - publishPlugin { dependsOn(patchChangelog) }