BAZEL + some code
This commit is contained in:
parent
dd25337ed6
commit
4db84feb43
44 changed files with 627 additions and 389 deletions
|
|
@ -6,9 +6,12 @@ java_library(
|
|||
srcs = glob(["src/main/**/*.java"]),
|
||||
deps = [
|
||||
"//kencommandapi-core:core",
|
||||
artifact("org.jetbrains:annotations"),
|
||||
artifact("org.projectlombok:lombok"),
|
||||
artifact("org.jetbrains:annotations"),
|
||||
artifact("io.papermc.paper:paper-api:[26.2.build,)"),
|
||||
],
|
||||
exports = [
|
||||
"//kencommandapi-core:core",
|
||||
],
|
||||
plugins = [ "//third_party:lombok_plugin" ],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue