refactor ig
This commit is contained in:
parent
ef32f9dbc4
commit
336ac4cad5
54 changed files with 528 additions and 444 deletions
15
bukkit/BUILD
Normal file
15
bukkit/BUILD
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
load("@rules_jvm_external//:defs.bzl", "artifact", "java_export")
|
||||
|
||||
java_export(
|
||||
name = "bukkit",
|
||||
maven_coordinates = "de.kentoj.scrow:kencommandapi-bukkit:0.34-SNAPSHOT",
|
||||
srcs = glob(["src/main/**/*.java"]),
|
||||
deps = [
|
||||
"//core",
|
||||
artifact("org.jetbrains:annotations"),
|
||||
artifact("io.papermc.paper:paper-api"),
|
||||
],
|
||||
exports = [
|
||||
"//core",
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue