193: Update to 193.3793.14-EAP-SNAPSHOT
This commit is contained in:
@@ -25,10 +25,16 @@ dependencies {
|
||||
testCompile(projectTests(":idea:idea-gradle"))
|
||||
|
||||
compileOnly(intellijPluginDep("gradle"))
|
||||
Platform[193].orHigher {
|
||||
compileOnly(intellijPluginDep("gradle-java"))
|
||||
}
|
||||
compileOnly(intellijPluginDep("Groovy"))
|
||||
compileOnly(intellijDep())
|
||||
|
||||
testCompile(intellijPluginDep("gradle"))
|
||||
Platform[193].orHigher {
|
||||
testCompile(intellijPluginDep("gradle-java"))
|
||||
}
|
||||
testCompileOnly(intellijPluginDep("Groovy"))
|
||||
testCompileOnly(intellijDep())
|
||||
|
||||
@@ -55,6 +61,9 @@ dependencies {
|
||||
testRuntime(intellijPluginDep("testng"))
|
||||
testRuntime(intellijPluginDep("properties"))
|
||||
testRuntime(intellijPluginDep("gradle"))
|
||||
Platform[193].orHigher {
|
||||
testRuntime(intellijPluginDep("gradle-java"))
|
||||
}
|
||||
testRuntime(intellijPluginDep("Groovy"))
|
||||
testRuntime(intellijPluginDep("coverage"))
|
||||
if (Ide.IJ()) {
|
||||
|
||||
Reference in New Issue
Block a user