.
This commit is contained in:
parent
ce56c6e105
commit
35a0784e40
46 changed files with 597 additions and 673 deletions
|
|
@ -9,11 +9,11 @@ java_library(
|
|||
deps = [
|
||||
"//core/common",
|
||||
artifact("io.papermc.paper:paper-api"),
|
||||
artifact("de.kentoj.scrow:kencommandapi-bukkit"),
|
||||
artifact("site.lab0x13.scrow:commands-bukkit"),
|
||||
],
|
||||
exports = [
|
||||
"//core/common",
|
||||
artifact("de.kentoj.scrow:kencommandapi-bukkit"),
|
||||
artifact("site.lab0x13.scrow:commands-bukkit"),
|
||||
artifact("org.mongodb:bson"),
|
||||
],
|
||||
neverlink = True,
|
||||
|
|
@ -27,7 +27,7 @@ java_binary(
|
|||
resource_strip_prefix = "core/bukkit/plugin/main/resources",
|
||||
deps = [
|
||||
"//core/common",
|
||||
artifact("de.kentoj.scrow:kencommandapi-bukkit"),
|
||||
artifact("site.lab0x13.scrow:commands-bukkit"),
|
||||
artifact("net.luckperms:api"),
|
||||
artifact("io.papermc.paper:paper-api"),
|
||||
artifact("io.nats:jnats"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue