File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88- Update IntelliJ Platform 1.14.1
99- Update IntelliJ Platform 1.14.2
1010- Update IntelliJ Platform 2.0.0
11+ - Update IntelliJ Platform 2.0.1
1112
1213## [ 2024.2.0]
1314
Original file line number Diff line number Diff line change 11import org.jetbrains.changelog.Changelog
22import org.jetbrains.changelog.markdownToHTML
3- import org.jetbrains.intellij.platform.gradle.Constants.Constraints
43import org.jetbrains.intellij.platform.gradle.TestFrameworkType
54
65plugins {
@@ -141,19 +140,23 @@ tasks {
141140 }
142141}
143142
144- val runIdeForUiTests by intellijPlatformTesting.runIde.registering {
145- task {
146- jvmArgumentProviders + = CommandLineArgumentProvider {
147- listOf (
148- " -Drobot-server.port=8082" ,
149- " -Dide.mac.message.dialogs.as.sheets=false" ,
150- " -Djb.privacy.policy.text=<!--999.999-->" ,
151- " -Djb.consents.confirmation.enabled=false" ,
152- )
153- }
154- }
143+ intellijPlatformTesting {
144+ runIde {
145+ register(" runIdeForUiTests" ) {
146+ task {
147+ jvmArgumentProviders + = CommandLineArgumentProvider {
148+ listOf (
149+ " -Drobot-server.port=8082" ,
150+ " -Dide.mac.message.dialogs.as.sheets=false" ,
151+ " -Djb.privacy.policy.text=<!--999.999-->" ,
152+ " -Djb.consents.confirmation.enabled=false" ,
153+ )
154+ }
155+ }
155156
156- plugins {
157- robotServerPlugin(Constraints .LATEST_VERSION )
157+ plugins {
158+ robotServerPlugin()
159+ }
160+ }
158161 }
159162}
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ pluginGroup = ru.panteleev.bitrix-idea
22pluginName = Bitrix Idea
33pluginRepositoryUrl = https://github.com/saundefined/bitrix-idea
44pluginVersion = 2024.2.0
5- pluginSinceBuild = 232
5+ pluginSinceBuild = 233
66pluginUntilBuild = 242.*
77platformType = IC
8- platformVersion = 2023.2 .7
8+ platformVersion = 2023.3 .7
99platformPlugins =
1010platformBundledPlugins =
1111gradleVersion = 8.9
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ junit = "4.13.2"
44
55# plugins
66changelog = " 2.2.1"
7- intelliJPlatform = " 2.0.0 "
8- kotlin = " 1.9.24 "
9- kover = " 0.8.1 "
10- qodana = " 2024.1.5 "
7+ intelliJPlatform = " 2.0.1 "
8+ kotlin = " 1.9.25 "
9+ kover = " 0.8.3 "
10+ qodana = " 2024.1.9 "
1111
1212[libraries ]
1313junit = { group = " junit" , name = " junit" , version.ref = " junit" }
You can’t perform that action at this time.
0 commit comments