.
This commit is contained in:
parent
855050c2d1
commit
77decae10c
74 changed files with 1190 additions and 861 deletions
|
|
@ -1,22 +0,0 @@
|
|||
load("@rules_jvm_external//:defs.bzl", "artifact")
|
||||
load("@rules_java//java:java_binary.bzl", "java_binary")
|
||||
|
||||
java_binary(
|
||||
name = "_plugin",
|
||||
srcs = glob(["main/java/**/*.java"]),
|
||||
create_executable = False,
|
||||
resources = glob(["main/resources/**"]),
|
||||
resource_strip_prefix = "buildserver/configurator/main/resources",
|
||||
deps = [
|
||||
"//core/bukkit:api",
|
||||
artifact("io.papermc.paper:paper-api"),
|
||||
],
|
||||
)
|
||||
|
||||
genrule(
|
||||
name = "plugin",
|
||||
srcs = [":_plugin_deploy.jar"],
|
||||
outs = ["plugin.jar"],
|
||||
cmd = "cp $< $@",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue