Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valoeghese committed May 10, 2020
1 parent c27536b commit b62c8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ task mergeTiny(dependsOn: [downloadIntermediary, buildYarnTiny], type: FileOutpu
]

new CommandMergeTiny().run(args)
CommandCorrectMappingUnions.run(outputFile, "intermediary", "named")
CommandCorrectMappingUnions.run(outputFile.toPath(), "intermediary", "named")
}
}

Expand Down

0 comments on commit b62c8bb

Please sign in to comment.