From 0b20ed5757d093e57d1679c06062842e6789a0cb Mon Sep 17 00:00:00 2001 From: Rover12421 Date: Thu, 8 Sep 2016 15:04:36 +0800 Subject: [PATCH] modify mapping file name rule --- shaka/cli/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaka/cli/build.gradle b/shaka/cli/build.gradle index 71d59d9..00f04d1 100644 --- a/shaka/cli/build.gradle +++ b/shaka/cli/build.gradle @@ -39,7 +39,7 @@ task proguard(type: JavaExec, dependsOn: fatJar) { inputs.file jar.archivePath outputs.file outFile - def mappingFile = new File(new File(outFile).getParentFile(), "mapping.txt"); + def mappingFile = new File(outFile + ".mapping.txt"); classpath = configurations.proguard main = 'proguard.ProGuard'