Skip to content

Commit 10ce15a

Browse files
committed
snapshot
1 parent 0b55e07 commit 10ce15a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui-tests-starter/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ dependencies {
4343
testImplementation("org.kodein.di:kodein-di-jvm:7.20.2")
4444
intellijPlatform {
4545
// shouldn't be needed? but IsolationException
46-
intellijIdeaCommunity(ideProfile.community.sdkVersion)
46+
val version = ideProfile.community.sdkVersion
47+
intellijIdeaCommunity(version, !version.contains("SNAPSHOT"))
4748
testFramework(TestFrameworkType.Starter)
4849
}
4950

0 commit comments

Comments
 (0)