Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions ui-tests-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("toolkit-kotlin-conventions")
id("toolkit-intellij-plugin")

id("org.jetbrains.intellij.platform")
id("org.jetbrains.intellij.platform.base")
}

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

dependencies {
testImplementation(platform("com.jetbrains.intellij.tools:ide-starter-squashed"))
// should really be set by the BOM, but too much work to figure out right now
testImplementation("org.kodein.di:kodein-di-jvm:7.20.2")
intellijPlatform {
intellijIdeaCommunity(IdeVersions.ideProfile(providers).map { it.name })

// shouldn't be needed? but IsolationException
intellijIdeaCommunity(ideProfile.community.sdkVersion)
testFramework(TestFrameworkType.Starter)
}

Expand Down
Loading