[minor] remove dumping of the proguard config to the wrong file

This commit is contained in:
Ilya Chernikov
2018-09-18 08:36:47 +02:00
parent 3bb405bee4
commit 7dd168d4ef
@@ -81,7 +81,6 @@ val proguard by task<ProGuardTask> {
outputs.file(outputJar)
libraryjars(mapOf("filter" to "!META-INF/versions/**"), proguardLibraryJars)
printconfiguration("$buildDir/compiler.pro.dump")
}
val pack = if (shrink) proguard else packJar