File tree 4 files changed +24
-20
lines changed
4 files changed +24
-20
lines changed Original file line number Diff line number Diff line change 8
8
- Update IntelliJ Platform 1.14.1
9
9
- Update IntelliJ Platform 1.14.2
10
10
- Update IntelliJ Platform 2.0.0
11
+ - Update IntelliJ Platform 2.0.1
11
12
12
13
## [ 2024.2.0]
13
14
Original file line number Diff line number Diff line change 1
1
import org.jetbrains.changelog.Changelog
2
2
import org.jetbrains.changelog.markdownToHTML
3
- import org.jetbrains.intellij.platform.gradle.Constants.Constraints
4
3
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
5
4
6
5
plugins {
@@ -141,19 +140,23 @@ tasks {
141
140
}
142
141
}
143
142
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
+ }
155
156
156
- plugins {
157
- robotServerPlugin(Constraints .LATEST_VERSION )
157
+ plugins {
158
+ robotServerPlugin()
159
+ }
160
+ }
158
161
}
159
162
}
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ pluginGroup = ru.panteleev.bitrix-idea
2
2
pluginName = Bitrix Idea
3
3
pluginRepositoryUrl = https://github.com/saundefined/bitrix-idea
4
4
pluginVersion = 2024.2.0
5
- pluginSinceBuild = 232
5
+ pluginSinceBuild = 233
6
6
pluginUntilBuild = 242.*
7
7
platformType = IC
8
- platformVersion = 2023.2 .7
8
+ platformVersion = 2023.3 .7
9
9
platformPlugins =
10
10
platformBundledPlugins =
11
11
gradleVersion = 8.9
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ junit = "4.13.2"
4
4
5
5
# plugins
6
6
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 "
11
11
12
12
[libraries ]
13
13
junit = { group = " junit" , name = " junit" , version.ref = " junit" }
You can’t perform that action at this time.
0 commit comments