Remove 202 platform support in build scripts
This commit is contained in:
committed by
TeamCityServer
parent
ec99585eb9
commit
83023c2073
@@ -57,12 +57,7 @@ dependencies {
|
||||
testCompileOnly(project(":kotlin-reflect-api"))
|
||||
testCompileOnly(toolsJar())
|
||||
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
Platform[202] {
|
||||
testCompile(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-1") }
|
||||
}
|
||||
Platform[203].orHigher {
|
||||
testCompile(intellijDep()) { includeJars("intellij-deps-fastutil-8.4.1-4") }
|
||||
}
|
||||
testCompile(intellijDep()) { includeJars("intellij-deps-fastutil-8.4.1-4") }
|
||||
testCompile(intellijDep()) {
|
||||
includeJars(
|
||||
"guava",
|
||||
|
||||
Reference in New Issue
Block a user