Cleanup 193 compatibility fixes

This commit is contained in:
Vyacheslav Gerasimov
2020-11-06 02:53:05 +03:00
parent 8620d26a8a
commit 3feff16a77
118 changed files with 305 additions and 715 deletions
+2 -4
View File
@@ -14,10 +14,8 @@ dependencies {
testCompile(projectTests(":generators:test-generator"))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
Platform[192].orHigher {
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
testRuntimeOnly(jpsStandalone()) { includeJars("jps-model") }
}
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
testRuntimeOnly(jpsStandalone()) { includeJars("jps-model") }
}
sourceSets {