Skip to content

Commit

Permalink
Add .me to list of common package prefixes (#120)
Browse files Browse the repository at this point in the history
I’m working on my personal project and I use `me.luangong.*` as the package prefix. Can we also treat `.me` as a common package prefix? Thanks!
  • Loading branch information
luangong authored Jan 10, 2023
1 parent 6eee182 commit e470d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/private/package.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Common package prefixes, in the order we want to check for them
_PREFIXES = (".com.", ".org.", ".net.", ".io.", ".ai.", ".co.")
_PREFIXES = (".com.", ".org.", ".net.", ".io.", ".ai.", ".co.", ".me.")

# By default bazel computes the name of test classes based on the
# standard Maven directory structure, which we may not always use,
Expand Down

0 comments on commit e470d8b

Please sign in to comment.