Cleanup 191 patchset logic (KTI-267)

This commit is contained in:
Yunir Salimzyanov
2020-06-04 19:42:45 +03:00
parent 820353ee0e
commit dce19b0ace
35 changed files with 1004 additions and 1230 deletions
@@ -19,10 +19,6 @@ dependencies {
testCompile(intellijPluginDep("stream-debugger"))
Platform[191].orLower {
testCompileOnly(intellijDep()) { includeJars("java-api", "java-impl") }
}
Platform[192].orHigher {
testCompileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl", "aether-dependency-resolver") }
testRuntime(intellijPluginDep("java"))