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
+1 -9
View File
@@ -215,15 +215,7 @@ dependencies {
fatJarContents(intellijDep()) { includeJars("intellij-deps-fastutil-8.3.1-3") }
}
if (Platform.P192.orHigher()) {
fatJarContents(intellijDep()) { includeJars("lz4-java", rootProject = rootProject) }
} else {
fatJarContents(intellijDep()) { includeJars("lz4-1.3.0") }
}
if (Platform.P183.orHigher() && Platform.P191.orLower()) {
fatJarContents(intellijCoreDep()) { includeJars("java-compatibility-1.0.1") }
}
fatJarContents(intellijDep()) { includeJars("lz4-java", rootProject = rootProject) }
fatJarContents(intellijDep()) {
includeIntellijCoreJarDependencies(project) {