Skip to content

Commit

Permalink
modify mapping file name rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rover12421 committed Sep 8, 2016
1 parent fecb8aa commit 0b20ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaka/cli/build.gradle
Expand Up @@ -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'
Expand Down

0 comments on commit 0b20ed5

Please sign in to comment.