Remove 202 platform support in build scripts

This commit is contained in:
Nikolay Krasko
2021-07-21 20:36:49 +03:00
committed by TeamCityServer
parent ec99585eb9
commit 83023c2073
10 changed files with 14 additions and 63 deletions
+1 -6
View File
@@ -207,12 +207,7 @@ dependencies {
fatJarContents(intellijCoreDep()) { includeJars("intellij-core") }
fatJarContents(intellijDep()) { includeJars("jna-platform") }
Platform[202] {
fatJarContents(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-1") }
}
Platform[203].orHigher {
fatJarContents(intellijDep()) { includeJars("intellij-deps-fastutil-8.4.1-4") }
}
fatJarContents(intellijDep()) { includeJars("intellij-deps-fastutil-8.4.1-4") }
fatJarContents(intellijDep()) { includeJars("lz4-java", rootProject = rootProject) }