Make all dependencies to idea sdk intransitive
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
e76cd802d8
commit
a4f28cd94f
@@ -12,7 +12,9 @@ node {
|
||||
|
||||
apply { plugin("kotlin") }
|
||||
|
||||
configureIntellijPlugin()
|
||||
configureIntellijPlugin {
|
||||
setExtraDependencies("intellij-core")
|
||||
}
|
||||
|
||||
val antLauncherJar by configurations.creating
|
||||
|
||||
@@ -42,7 +44,9 @@ dependencies {
|
||||
|
||||
afterEvaluate {
|
||||
dependencies {
|
||||
testCompile(intellij { include("openapi.jar", "idea.jar", "idea_rt.jar") })
|
||||
testCompileOnly(intellijCoreJar())
|
||||
testCompileOnly(intellij { include("openapi.jar", "idea.jar", "idea_rt.jar", "util.jar") })
|
||||
testRuntime(intellij())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user