Modify dependencies for 192 branch: more dependencies to full java plugin

This commit is contained in:
Nikolay Krasko
2019-06-24 17:36:56 +03:00
parent 6ea1d92841
commit b7c12014ee
20 changed files with 29 additions and 51 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ dependencies {
testCompile(commonDep("junit:junit"))
testCompileOnly(intellijDep())
Platform[192].orHigher {
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "external-system-rt", "external-system-impl") }
testCompileOnly(intellijPluginDep("java"))
}
}