This commit is contained in:
commit
7c322707ba
51 changed files with 1488 additions and 0 deletions
12
common/BUILD.bazel
Normal file
12
common/BUILD.bazel
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
load("@rules_jvm_external//:defs.bzl", "java_export")
|
||||
load("//common:deps.bzl", "COMMON_DEPS", "COMMON_DEPS_EXPORT")
|
||||
load("//:defs.bzl", "GROUP", "VERSION")
|
||||
|
||||
java_export(
|
||||
name = "common",
|
||||
maven_coordinates = GROUP + ":commands-common:" + VERSION,
|
||||
srcs = glob(["site/lab0x13/scrow/**/*.java"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = COMMON_DEPS,
|
||||
exports = COMMON_DEPS_EXPORT,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue