fix package names
Some checks failed
/ test (push) Failing after 51s
/ deploy (push) Has been skipped

This commit is contained in:
kento2 2026-08-29 02:12:18 +02:00
parent dc275ad6bd
commit c03afc9ddf
9 changed files with 14 additions and 4 deletions

View file

@ -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,