Cleanup 193 compatibility fixes
This commit is contained in:
@@ -23,9 +23,7 @@ dependencies {
|
||||
testCompile(projectTests(":idea:idea-gradle"))
|
||||
|
||||
compileOnly(intellijPluginDep("gradle"))
|
||||
Platform[193].orHigher {
|
||||
compileOnly(intellijPluginDep("gradle-java"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("gradle-java"))
|
||||
compileOnly(intellijPluginDep("Groovy"))
|
||||
compileOnly(intellijDep())
|
||||
|
||||
@@ -36,9 +34,7 @@ dependencies {
|
||||
testCompileOnly(intellijPluginDep("Groovy"))
|
||||
testCompileOnly(intellijDep())
|
||||
|
||||
Platform[192].orHigher {
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("java"))
|
||||
|
||||
testRuntimeOnly(toolsJar())
|
||||
testRuntime(project(":kotlin-reflect"))
|
||||
@@ -61,9 +57,7 @@ dependencies {
|
||||
testRuntime(intellijPluginDep("testng"))
|
||||
testRuntime(intellijPluginDep("properties"))
|
||||
testRuntime(intellijPluginDep("gradle"))
|
||||
Platform[193].orHigher {
|
||||
testRuntime(intellijPluginDep("gradle-java"))
|
||||
}
|
||||
testRuntime(intellijPluginDep("gradle-java"))
|
||||
testRuntime(intellijPluginDep("Groovy"))
|
||||
testRuntime(intellijPluginDep("coverage"))
|
||||
if (Ide.IJ()) {
|
||||
|
||||
Reference in New Issue
Block a user