Remove intellij-core from testRuntime if full idea is already there
Looks like it makes tests flacky
This commit is contained in:
@@ -40,7 +40,6 @@ val testJvm6ServerRuntime by configurations.creating
|
||||
val antLauncherJar by configurations.creating
|
||||
|
||||
dependencies {
|
||||
testRuntime(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
testRuntime(intellijDep()) // Should come before compiler, because of "progarded" stuff needed for tests
|
||||
|
||||
depDistProjects.forEach {
|
||||
|
||||
Reference in New Issue
Block a user