Build: Make all compile dependencies on toolsJar compileOnly

tools.jar differs between different versions of JDK reducing cache reuse
so better to not leak it to other modules

Original commit: 0db69cadb6
This commit is contained in:
Vyacheslav Gerasimov
2020-02-05 20:31:54 +03:00
parent 98106d300c
commit 8b1e8995ed
+1
View File
@@ -48,6 +48,7 @@ dependencies {
testRuntimeOnly(intellijPluginDep("java"))
}
testRuntimeOnly(toolsJar())
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":kotlin-script-runtime"))
}