[213] Ignore proguard warning about com.intellij.util.io.WalRecord$Companion

KTI-1114
This commit is contained in:
Roman Golyshev
2022-08-02 13:34:08 +02:00
committed by Space Team
parent fb9de6ba45
commit e388b1df36
+5
View File
@@ -67,6 +67,11 @@
-dontwarn org.w3c.dom.Window
-dontwarn org.slf4j.**
# This class in com.intellij.platform.utils has accidental dependency on Java 11,
# but it is not used in the production code, so it should be fine to ignore this.
# The fix commit in platform: cbf405263b98ef2ad0ecb0d5a47dc18e1b325c9f
-dontwarn com.intellij.util.io.WalRecord$Companion
#-libraryjars '<rtjar>'
#-libraryjars '<jssejar>'
#-libraryjars '<bootstrap.runtime>'