[JPS] Include Kotlin reflection for tests-spec though explicit specifying in gradle dependencies
This commit is contained in:
@@ -10,6 +10,7 @@ dependencies {
|
|||||||
testRuntimeOnly(intellijPluginDep("java"))
|
testRuntimeOnly(intellijPluginDep("java"))
|
||||||
}
|
}
|
||||||
compile("org.jsoup:jsoup:1.10.3")
|
compile("org.jsoup:jsoup:1.10.3")
|
||||||
|
if (System.getProperty("idea.active") != null) testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user