This commit is contained in:
parent
48474dbf7e
commit
81158adcfe
6 changed files with 10 additions and 5 deletions
|
|
@ -1,8 +1,9 @@
|
|||
load("@rules_jvm_external//:defs.bzl", "artifact", "java_export")
|
||||
load("//:defs.bzl", "GROUP", "VERSION")
|
||||
|
||||
java_export(
|
||||
name = "core",
|
||||
maven_coordinates = "de.kentoj.scrow:kencommandapi-core:0.35-SNAPSHOT",
|
||||
maven_coordinates = GROUP + ":kencommandapi-core:" + VERSION,
|
||||
srcs = glob(["src/main/**/*.java"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue