Build: remove intellijCore/annotations.jar usages

This commit is contained in:
Sergey Rostov
2019-01-23 14:45:25 +03:00
parent c716ef112e
commit 0f2fb4ff82
33 changed files with 50 additions and 32 deletions
+4
View File
@@ -51,6 +51,10 @@ messages/**)
-dontwarn org.jetbrains.annotations.Mutable
-dontwarn com.intellij.util.io.TarUtil
# Annotations from intellijCore/annotations.jar that not presented in org.jetbrains.annotations
-dontwarn org.jetbrains.annotations.Async*
-dontwarn org.jetbrains.annotations.Nls$Capitalization
# Depends on apache batik which has lots of dependencies
-dontwarn com.intellij.util.SVGLoader*