Build: Make toolsJarApi() helper for JPS build

This commit is contained in:
Vyacheslav Gerasimov
2020-02-24 01:03:54 +03:00
parent c75ad13b66
commit f735396ffb
9 changed files with 17 additions and 11 deletions
@@ -10,7 +10,7 @@ dependencies {
compile(project(":idea:idea-j2k"))
compile(project(":idea:jvm-debugger:jvm-debugger-util"))
compileOnly(project(":dependencies:tools-jar-api"))
compileOnly(toolsJarApi())
Platform[192].orHigher {
compileOnly(intellijPluginDep("java"))
}