Build: Make toolsJarApi() helper for JPS build
This commit is contained in:
@@ -7,10 +7,10 @@ dependencies {
|
||||
compile(kotlinStdlib())
|
||||
compile(project(":compiler:backend"))
|
||||
|
||||
compileOnly(project(":dependencies:tools-jar-api"))
|
||||
compileOnly(toolsJarApi())
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "asm-all", rootProject = rootProject) }
|
||||
|
||||
testCompileOnly(project(":dependencies:tools-jar-api"))
|
||||
testCompileOnly(toolsJarApi())
|
||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||
testCompile(commonDep("junit:junit"))
|
||||
testCompile(intellijDep()) { includeJars("asm-all", rootProject = rootProject) }
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies {
|
||||
compile(project(":idea:ide-common"))
|
||||
compile(project(":idea:jvm-debugger:jvm-debugger-util"))
|
||||
|
||||
compileOnly(project(":dependencies:tools-jar-api"))
|
||||
compileOnly(toolsJarApi())
|
||||
compileOnly(intellijDep())
|
||||
|
||||
Platform[192].orHigher {
|
||||
|
||||
@@ -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"))
|
||||
}
|
||||
|
||||
@@ -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"))
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies {
|
||||
// TODO: get rid of this
|
||||
compile(project(":idea:jvm-debugger:eval4j"))
|
||||
|
||||
compileOnly(project(":dependencies:tools-jar-api"))
|
||||
compileOnly(toolsJarApi())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
|
||||
Reference in New Issue
Block a user