Build: Fix usages of "java.home" for tools.jar dependency
#KT-33984
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies {
|
||||
|
||||
runtimeOnly(intellijDep())
|
||||
runtimeOnly(intellijRuntimeAnnotations())
|
||||
runtimeOnly(files(toolsJar()))
|
||||
runtimeOnly(toolsJar())
|
||||
}
|
||||
|
||||
val ideaPluginDir: File by rootProject.extra
|
||||
|
||||
Reference in New Issue
Block a user