We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b55e07 commit 10ce15aCopy full SHA for 10ce15a
ui-tests-starter/build.gradle.kts
@@ -43,7 +43,8 @@ dependencies {
43
testImplementation("org.kodein.di:kodein-di-jvm:7.20.2")
44
intellijPlatform {
45
// shouldn't be needed? but IsolationException
46
- intellijIdeaCommunity(ideProfile.community.sdkVersion)
+ val version = ideProfile.community.sdkVersion
47
+ intellijIdeaCommunity(version, !version.contains("SNAPSHOT"))
48
testFramework(TestFrameworkType.Starter)
49
}
50
0 commit comments