BAZEL
This commit is contained in:
parent
0086329da9
commit
dd25337ed6
21 changed files with 253 additions and 523 deletions
14
kencommandapi-bukkit/BUILD
Normal file
14
kencommandapi-bukkit/BUILD
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
load("@rules_java//java:java_library.bzl", "java_library")
|
||||
load("@rules_jvm_external//:defs.bzl", "artifact", "java_plugin_artifact")
|
||||
|
||||
java_library(
|
||||
name = "bukkit",
|
||||
srcs = glob(["src/main/**/*.java"]),
|
||||
deps = [
|
||||
"//kencommandapi-core:core",
|
||||
artifact("org.jetbrains:annotations"),
|
||||
artifact("org.projectlombok:lombok"),
|
||||
artifact("io.papermc.paper:paper-api:[26.2.build,)"),
|
||||
],
|
||||
plugins = [ "//third_party:lombok_plugin" ],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue