Update to 201.5259.13-EAP-SNAPSHOT

- No UIUtil.removeLeakingAppleListeners anymore
- getParameterHints nullability
- versions of lz4-java and guava were changed
This commit is contained in:
Nikolay Krasko
2020-02-14 17:42:30 +03:00
committed by Nikolay Krasko
parent 6c968859ad
commit 2340a86d8d
10 changed files with 1198 additions and 6 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ dependencies {
fatJarContents(intellijDep()) { includeJars("jna-platform") }
if (Platform.P192.orHigher()) {
fatJarContents(intellijDep()) { includeJars("lz4-java-1.6.0") }
fatJarContents(intellijDep()) { includeJars("lz4-java", rootProject = rootProject) }
} else {
fatJarContents(intellijDep()) { includeJars("lz4-1.3.0") }
}