File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 id(" toolkit-kotlin-conventions" )
1010 id(" toolkit-intellij-plugin" )
1111
12- id(" org.jetbrains.intellij.platform" )
12+ id(" org.jetbrains.intellij.platform.module " )
1313}
1414
1515val ideProfile = IdeVersions .ideProfile(project)
@@ -34,9 +34,7 @@ dependencies {
3434 // should really be set by the BOM, but too much work to figure out right now
3535 testImplementation(" org.kodein.di:kodein-di-jvm:7.20.2" )
3636 intellijPlatform {
37- intellijIdeaCommunity(IdeVersions .ideProfile(providers).map { it.name })
38-
39- testFramework(TestFrameworkType .Starter )
37+ testFramework(TestFrameworkType .Starter , ideProfile.community.sdkVersion)
4038 }
4139
4240 testPlugins(project(" :plugin-amazonq" , " pluginZip" ))
You can’t perform that action at this time.
0 commit comments