fix package names
This commit is contained in:
parent
dc275ad6bd
commit
c03afc9ddf
9 changed files with 14 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ load("//:defs.bzl", "GROUP", "VERSION")
|
|||
java_export(
|
||||
name = "common",
|
||||
maven_coordinates = GROUP + ":commands-common:" + VERSION,
|
||||
srcs = glob(["site/lab0x13/scrow/**/*.java"]),
|
||||
srcs = glob(["site/lab0x13/scrow/commands/**/*.java"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = COMMON_DEPS,
|
||||
exports = COMMON_DEPS_EXPORT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue