Skip to content

Commit

Permalink
[bazel] Set maven_coordinates of imports correctly when using macro
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 24, 2019
1 parent 3d2054a commit 8379ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/java/rules.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
def _add_maven_coords(tags, coords):
return tags.append("maven_coords=" + coords)
tags.append("maven_coordinates=" + coords)
return tags

def maven_java_import(name, coords, jar, srcjar = None, visibility = None, deps = None):
native.java_import(
Expand Down

0 comments on commit 8379ca3

Please sign in to comment.