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:
committed by
Nikolay Krasko
parent
6c968859ad
commit
2340a86d8d
@@ -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") }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user