Remove intellij-core from testRuntime if full idea is already there
Looks like it makes tests flacky
Original commit: 68b5dc756c
This commit is contained in:
@@ -28,7 +28,6 @@ dependencies {
|
||||
testRuntime(project(it))
|
||||
}
|
||||
testRuntime(intellijDep())
|
||||
testRuntime(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
testRuntime(projectDist(":kotlin-reflect"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user