Modify dependencies for 192 branch: more dependencies to full java plugin
This commit is contained in:
@@ -100,9 +100,8 @@ dependencies {
|
||||
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "external-system-rt", "external-system-impl") }
|
||||
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "external-system-rt", "external-system-impl") }
|
||||
testRuntime(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
testCompileOnly(intellijPluginDep("java"))
|
||||
testRuntime(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
compileOnly(intellijDep())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
compileOnly(intellijPluginDep("gradle"))
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies {
|
||||
compile(project(":compiler:frontend"))
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -24,12 +24,7 @@ dependencies {
|
||||
compileOnly(intellijDep())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) {
|
||||
includeJars(
|
||||
"java-api", "java-impl",
|
||||
"external-system-rt", "external-system-impl"
|
||||
)
|
||||
}
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
compileOnly(intellijPluginDep("gradle"))
|
||||
|
||||
@@ -33,7 +33,7 @@ dependencies {
|
||||
testCompileOnly(intellijDep())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("external-system-rt", "external-system-impl") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
testRuntime(project(":kotlin-reflect"))
|
||||
|
||||
@@ -23,14 +23,8 @@ dependencies {
|
||||
compileOnly(intellijPluginDep("testng"))
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) {
|
||||
includeJars("java-api", "java-impl", "external-system-rt", "external-system-impl")
|
||||
}
|
||||
|
||||
testCompileOnly(intellijPluginDep("java")) {
|
||||
includeJars("java-api", "java-impl", "external-system-rt", "external-system-impl")
|
||||
}
|
||||
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
testCompileOnly(intellijPluginDep("java"))
|
||||
testRuntimeOnly(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
compileOnly(intellijDep())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,14 +8,12 @@ dependencies {
|
||||
compile(project(":idea"))
|
||||
compile(project(":compiler:light-classes"))
|
||||
compile(project(":compiler:frontend.java"))
|
||||
compile(project(":compiler:backend.jvm")) // TODO: fix import (workaround for jps build)
|
||||
compile(project(":compiler:backend.jvm"))
|
||||
compileOnly(intellijDep())
|
||||
compileOnly(commonDep("com.google.code.findbugs", "jsr305"))
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) {
|
||||
includeJars("java-api", "java-impl", "external-system-rt", "external-system-impl")
|
||||
}
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
compileOnly(intellijPluginDep("junit"))
|
||||
|
||||
@@ -20,8 +20,8 @@ dependencies {
|
||||
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "external-system-rt", "external-system-impl") }
|
||||
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "external-system-rt", "external-system-impl") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
testCompileOnly(intellijPluginDep("java"))
|
||||
testRuntime(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
compile(project(":compiler:frontend"))
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
compile(project(":kotlin-native:kotlin-native-library-reader"))
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ dependencies {
|
||||
testCompile(commonDep("junit:junit"))
|
||||
testCompileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "external-system-rt", "external-system-impl") }
|
||||
testCompileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ dependencies {
|
||||
compileOnly(intellijDep())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
compileOnly(intellijPluginDep("stream-debugger"))
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies {
|
||||
compile(project(":idea:jvm-debugger:jvm-debugger-util"))
|
||||
compile(files("${System.getProperty("java.home")}/../lib/tools.jar"))
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
compileOnly(intellijDep())
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
compileOnly(intellijPluginDep("stream-debugger"))
|
||||
|
||||
@@ -14,7 +14,7 @@ dependencies {
|
||||
compile(files("${System.getProperty("java.home")}/../lib/tools.jar"))
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
|
||||
compileOnly(intellijDep())
|
||||
|
||||
Reference in New Issue
Block a user