From e3643fd222291b796e7234477883800a13151394 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Mon, 5 Aug 2013 18:37:46 +0400 Subject: [PATCH] Proguard does not print notes any more There are too many notes in our logs, we never read them, and logs get very tedious to scroll through. --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index f1a26b729b7..441506f4985 100644 --- a/build.xml +++ b/build.xml @@ -352,6 +352,7 @@ -outjars '${kotlin-home}/lib/kotlin-compiler.jar' + -dontnote ** -dontwarn com.intellij.util.ui.IsRetina* -dontwarn com.intellij.util.RetinaImage* -dontwarn apple.awt.*