Cleanup 193 compatibility fixes
This commit is contained in:
@@ -14,9 +14,7 @@ dependencies {
|
||||
compileOnly(toolsJarApi())
|
||||
compileOnly(intellijDep())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
|
||||
compileOnly(intellijPluginDep("stream-debugger"))
|
||||
|
||||
|
||||
@@ -10,9 +10,7 @@ dependencies {
|
||||
compileOnly(toolsJarApi())
|
||||
compileOnly(intellijDep())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
|
||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||
testCompile(commonDep("junit:junit"))
|
||||
|
||||
@@ -11,9 +11,7 @@ dependencies {
|
||||
compile(project(":idea:jvm-debugger:jvm-debugger-util"))
|
||||
|
||||
compileOnly(toolsJarApi())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
|
||||
compileOnly(intellijDep())
|
||||
|
||||
|
||||
@@ -9,9 +9,7 @@ dependencies {
|
||||
|
||||
compileOnly(toolsJarApi())
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
|
||||
compileOnly(intellijPluginDep("stream-debugger"))
|
||||
|
||||
|
||||
@@ -20,10 +20,8 @@ dependencies {
|
||||
|
||||
testCompile(intellijPluginDep("stream-debugger"))
|
||||
|
||||
Platform[192].orHigher {
|
||||
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "aether-dependency-resolver") }
|
||||
testRuntime(intellijPluginDep("java"))
|
||||
}
|
||||
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "aether-dependency-resolver") }
|
||||
testRuntime(intellijPluginDep("java"))
|
||||
|
||||
testRuntime(project(":nj2k:nj2k-services")) { isTransitive = false }
|
||||
testRuntime(project(":idea:idea-jvm"))
|
||||
|
||||
@@ -13,9 +13,7 @@ dependencies {
|
||||
|
||||
compileOnly(toolsJarApi())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
|
||||
compileOnly(intellijDep())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user