Cleanup 193 compatibility fixes
This commit is contained in:
@@ -16,9 +16,7 @@ dependencies {
|
||||
|
||||
testCompileOnly(intellijDep()) { includeJars("platform-api", "platform-impl") }
|
||||
|
||||
Platform[192].orHigher {
|
||||
testRuntime(intellijPluginDep("java"))
|
||||
}
|
||||
testRuntime(intellijPluginDep("java"))
|
||||
|
||||
compile(project(":compiler:util"))
|
||||
compile(project(":compiler:cli"))
|
||||
|
||||
@@ -13,9 +13,7 @@ dependencies {
|
||||
compileOnly(project(":idea:idea-core"))
|
||||
compileOnly(project(":idea:idea-gradle"))
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
compileOnly(intellijPluginDep("gradle"))
|
||||
compileOnly(intellijPluginDep("android"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user