Skip to content

Commit d454cfc

Browse files
committed
Remove runIdeForUiTests obsolete task from build.gradle.kts.
1 parent 6e3abcc commit d454cfc

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- Remove `pluginVersion` configuration from `build.gradle.kts`.
3232
- Remove `pluginName` property from `gradle.properties` and `build.gradle.kts` as it is already set in the `plugin.xml`
3333
- Remove `intellijPlatform.publishing.channels` configuration from `build.gradle.kts`.
34+
- Remove `runIdeForUiTests` obsolete task from `build.gradle.kts`.
3435

3536
## [2.4.1] - 2026-03-20
3637

build.gradle.kts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,3 @@ tasks {
6262
dependsOn(patchChangelog)
6363
}
6464
}
65-
66-
intellijPlatformTesting {
67-
runIde {
68-
register("runIdeForUiTests") {
69-
task {
70-
jvmArgumentProviders += CommandLineArgumentProvider {
71-
listOf(
72-
"-Drobot-server.port=8082",
73-
"-Dide.mac.message.dialogs.as.sheets=false",
74-
"-Djb.privacy.policy.text=<!--999.999-->",
75-
"-Djb.consents.confirmation.enabled=false",
76-
)
77-
}
78-
}
79-
80-
plugins {
81-
robotServerPlugin()
82-
}
83-
}
84-
}
85-
}

0 commit comments

Comments
 (0)