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
@@ -26,7 +26,7 @@ dependencies {
testCompile(intellijDep()) { includeJars("log4j", "jdom") }
if (Platform.P192.orHigher()) {
testRuntime(intellijDep()) { includeJars("lz4-java-1.6.0") }
testRuntime(intellijDep()) { includeJars("lz4-java", rootProject = rootProject) }
} else {
testRuntime(intellijDep()) { includeJars("lz4-1.3.0") }
}