Cleanup 193 compatibility fixes
This commit is contained in:
@@ -18,13 +18,11 @@ dependencies {
|
||||
compile(project(":idea:idea-jps-common"))
|
||||
|
||||
compileOnly(intellijDep())
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
testCompileOnly(intellijPluginDep("java"))
|
||||
testRuntimeOnly(intellijPluginDep("java"))
|
||||
testRuntimeOnly(intellijPluginDep("java-ide-customization"))
|
||||
}
|
||||
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
testCompileOnly(intellijPluginDep("java"))
|
||||
testRuntimeOnly(intellijPluginDep("java"))
|
||||
testRuntimeOnly(intellijPluginDep("java-ide-customization"))
|
||||
|
||||
excludeInAndroidStudio(rootProject) { compileOnly(intellijPluginDep("maven")) }
|
||||
|
||||
excludeInAndroidStudio(rootProject) {
|
||||
|
||||
Reference in New Issue
Block a user