File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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- }
You can’t perform that action at this time.
0 commit comments