Remove intellij-core from testRuntime if full idea is already there
Looks like it makes tests flacky
This commit is contained in:
@@ -4,7 +4,6 @@ description = "Kotlin AllOpen Compiler Plugin"
|
||||
apply { plugin("kotlin") }
|
||||
|
||||
dependencies {
|
||||
testRuntime(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
testRuntime(intellijDep())
|
||||
|
||||
compileOnly(project(":compiler:plugin-api"))
|
||||
|
||||
Reference in New Issue
Block a user