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
@@ -7,7 +7,7 @@ dependencies {
compile(project(":compiler:backend"))
compile(project(":idea:ide-common"))
compileOnly(project(":dependencies:tools-jar-api"))
compileOnly(toolsJarApi())
compileOnly(intellijDep())
Platform[192].orHigher {
compileOnly(intellijPluginDep("java"))