Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Set default packaging to jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Mar 27, 2018
1 parent 9ed01a5 commit 80a9812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defs.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def gmaven_artifact(fqn):
parts = fqn.split(":")
packaging = "aar"
packaging = "jar"

if len(parts) == 3:
group_id, artifact_id, version = parts
Expand Down

0 comments on commit 80a9812

Please sign in to comment.