Build: Fix usages of "java.home" for tools.jar dependency
#KT-33984
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
dependencies {
|
||||
compile(project(":compiler:backend"))
|
||||
compile(project(":idea:ide-common"))
|
||||
compile(files("${System.getProperty("java.home")}/../lib/tools.jar"))
|
||||
compile(toolsJar())
|
||||
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
|
||||
Reference in New Issue
Block a user