Build: Fix intellij dependency leak from ir tree module
This commit is contained in:
@@ -10,8 +10,7 @@ dependencies {
|
||||
compileOnly(project(":idea:idea-gradle"))
|
||||
compileOnly(project(":idea:idea-jvm"))
|
||||
|
||||
compile(intellijDep())
|
||||
|
||||
runtimeOnly(intellijDep())
|
||||
runtimeOnly(intellijRuntimeAnnotations())
|
||||
runtimeOnly(files(toolsJar()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user