Skip to content

Commit a9d6f93

Browse files
committed
revert
1 parent a4e8f84 commit a9d6f93

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ui-tests-starter/build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id("toolkit-kotlin-conventions")
1010
id("toolkit-intellij-plugin")
1111

12-
id("org.jetbrains.intellij.platform.module")
12+
id("org.jetbrains.intellij.platform.base")
1313
}
1414

1515
val ideProfile = IdeVersions.ideProfile(project)
@@ -30,11 +30,12 @@ intellijPlatform {
3030
val testPlugins by configurations.registering
3131

3232
dependencies {
33-
testImplementation(platform("com.jetbrains.intellij.tools:ide-starter-squashed"))
3433
// should really be set by the BOM, but too much work to figure out right now
3534
testImplementation("org.kodein.di:kodein-di-jvm:7.20.2")
3635
intellijPlatform {
37-
testFramework(TestFrameworkType.Starter, ideProfile.community.sdkVersion)
36+
// shouldn't be needed? but IsolationException
37+
intellijIdeaCommunity(ideProfile.community.sdkVersion)
38+
testFramework(TestFrameworkType.Starter)
3839
}
3940

4041
testPlugins(project(":plugin-amazonq", "pluginZip"))

0 commit comments

Comments
 (0)