193: Update to 193.3793.14-EAP-SNAPSHOT

This commit is contained in:
Vyacheslav Gerasimov
2019-09-30 15:50:39 +03:00
parent 7e9cfbc91a
commit f38123e78c
8 changed files with 45 additions and 8 deletions
+9
View File
@@ -18,6 +18,9 @@ dependencies {
compileOnly(intellijDep())
compileOnly(intellijPluginDep("gradle"))
Platform[193].orHigher {
compileOnly(intellijPluginDep("gradle-java"))
}
compileOnly(intellijPluginDep("Groovy"))
compileOnly(intellijPluginDep("junit"))
compileOnly(intellijPluginDep("testng"))
@@ -32,6 +35,9 @@ dependencies {
testCompile(projectTests(":idea:idea-test-framework"))
testCompile(intellijPluginDep("gradle"))
Platform[193].orHigher {
testCompile(intellijPluginDep("gradle-java"))
}
testCompileOnly(intellijPluginDep("Groovy"))
testCompileOnly(intellijDep())
@@ -56,6 +62,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()) {