This commit is contained in:
kento2 2026-08-06 22:05:43 +02:00
parent 2ea2eb5d1e
commit ad2717b6d2
48 changed files with 255 additions and 252 deletions

View file

@ -9,7 +9,6 @@ java_library(
deps = [
"//core-lib:core",
artifact("com.velocitypowered:velocity-api"),
artifact("org.projectlombok:lombok"),
artifact("de.kentoj.scrow:kencommandapi-velocity"),
],
exports = [
@ -17,18 +16,16 @@ java_library(
artifact("de.kentoj.scrow:kencommandapi-velocity"),
artifact("org.mongodb:bson"),
],
plugins = [ "//third_party:lombok_plugin" ],
)
java_binary(
name = "plugin",
srcs = glob(["plugin/main/**/*.java"]),
main_class = "none",
resources = glob(["plugin/main/resources/**"], allow_empty = True),
create_executable = False,
deps = [
":api",
artifact("com.velocitypowered:velocity-api"),
artifact("com.google.inject:guice"),
artifact("io.nats:jnats"),
],
plugins = [ "//third_party:lombok_plugin" ],
)