File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
id(" toolkit-kotlin-conventions" )
10
10
id(" toolkit-intellij-plugin" )
11
11
12
- id(" org.jetbrains.intellij.platform" )
12
+ id(" org.jetbrains.intellij.platform.base " )
13
13
}
14
14
15
15
val ideProfile = IdeVersions .ideProfile(project)
@@ -30,12 +30,11 @@ intellijPlatform {
30
30
val testPlugins by configurations.registering
31
31
32
32
dependencies {
33
- testImplementation(platform(" com.jetbrains.intellij.tools:ide-starter-squashed" ))
34
33
// should really be set by the BOM, but too much work to figure out right now
35
34
testImplementation(" org.kodein.di:kodein-di-jvm:7.20.2" )
36
35
intellijPlatform {
37
- intellijIdeaCommunity( IdeVersions .ideProfile(providers).map { it.name })
38
-
36
+ // shouldn't be needed? but IsolationException
37
+ intellijIdeaCommunity(ideProfile.community.sdkVersion)
39
38
testFramework(TestFrameworkType .Starter )
40
39
}
41
40
You can’t perform that action at this time.
0 commit comments