Bazel: Don't lowercase artifact name
Also remove trailing slash from the repository name. Change-Id: Ia4f6efd52cd61186aea52a684c8289aae36252ff
This commit is contained in:
committed by
David Ostrovsky
parent
4bc01e6cc2
commit
a7fa7b90ee
@@ -21,7 +21,7 @@ def _maven_release(ctx, parts):
|
||||
group.replace('.', '/'),
|
||||
artifact,
|
||||
version,
|
||||
jar])
|
||||
artifact + '-' + file_version])
|
||||
|
||||
return jar, url
|
||||
|
||||
|
||||
Reference in New Issue
Block a user