15 lines
No EOL
405 B
Text
15 lines
No EOL
405 B
Text
load("@rules_jvm_external//:defs.bzl", "artifact", "java_export")
|
|
|
|
java_export(
|
|
name = "velocity",
|
|
maven_coordinates = "de.kentoj.scrow:kencommandapi-velocity:0.35-SNAPSHOT",
|
|
srcs = glob(["src/main/**/*.java"]),
|
|
deps = [
|
|
"//core",
|
|
artifact("org.jetbrains:annotations"),
|
|
artifact("com.velocitypowered:velocity-api"),
|
|
],
|
|
exports = [
|
|
"//core",
|
|
],
|
|
) |