[JPS] Include Kotlin reflection for tests-spec though explicit specifying in gradle dependencies

This commit is contained in:
Victor Petukhov
2019-12-26 14:27:44 +03:00
parent babe6eb581
commit d3f63166f3
+1
View File
@@ -10,6 +10,7 @@ dependencies {
testRuntimeOnly(intellijPluginDep("java"))
}
compile("org.jsoup:jsoup:1.10.3")
if (System.getProperty("idea.active") != null) testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
}
sourceSets {