Skip to content

Commit 16dd8df

Browse files
committed
chore: Update IntelliJ Platform 2.0.1
1 parent d37d2f9 commit 16dd8df

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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

build.gradle.kts

+17-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import org.jetbrains.changelog.Changelog
22
import org.jetbrains.changelog.markdownToHTML
3-
import org.jetbrains.intellij.platform.gradle.Constants.Constraints
43
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
54

65
plugins {
@@ -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
}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ pluginGroup = ru.panteleev.bitrix-idea
22
pluginName = Bitrix Idea
33
pluginRepositoryUrl = https://github.com/saundefined/bitrix-idea
44
pluginVersion = 2024.2.0
5-
pluginSinceBuild = 232
5+
pluginSinceBuild = 233
66
pluginUntilBuild = 242.*
77
platformType = IC
8-
platformVersion = 2023.2.7
8+
platformVersion = 2023.3.7
99
platformPlugins =
1010
platformBundledPlugins =
1111
gradleVersion = 8.9

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "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]
1313
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)