.
This commit is contained in:
parent
a088d27485
commit
46978ae799
18 changed files with 2233 additions and 112 deletions
21
MODULE.bazel
21
MODULE.bazel
|
|
@ -5,7 +5,8 @@ bazel_dep(name = "rules_shell", version = "0.8.0")
|
|||
|
||||
git_override(
|
||||
module_name = "rules_jvm_external",
|
||||
remote = "http://forge.kentoj.de/scrow/rules_jvm_external.git",
|
||||
remote = "https://github.com/acecilia/rules_jvm_external.git",
|
||||
branch = "3-snapshot_support",
|
||||
)
|
||||
|
||||
maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
|
||||
|
|
@ -20,27 +21,31 @@ maven.install(
|
|||
"org.slf4j:slf4j-simple:2.0.18",
|
||||
"net.kyori:adventure-api:5.2.0",
|
||||
"net.kyori:adventure-text-minimessage:5.2.0",
|
||||
"io.papermc.paper:paper-api:[26.2.build,)",
|
||||
"com.velocitypowered:velocity-api:4.1.0-20260802.091736-8",
|
||||
# use `env REPIN=1 bazel run @maven//:pin` after updating
|
||||
"com.velocitypowered:velocity-api:4.1.0-SNAPSHOT",
|
||||
"org.jdbi:jdbi3-core:3.53.0",
|
||||
"org.jdbi:jdbi3-postgres:3.53.0",
|
||||
"org.postgresql:postgresql:42.7.12",
|
||||
"org.mongodb:bson:5.8.0",
|
||||
"io.nats:jnats:2.25.2",
|
||||
"de.kentoj.scrow:kencommandapi-core:0.41-SNAPSHOT",
|
||||
"de.kentoj.scrow:kencommandapi-bukkit:0.41-SNAPSHOT",
|
||||
"de.kentoj.scrow:kencommandapi-velocity:0.41-SNAPSHOT",
|
||||
"de.kentoj.scrow:kencommandapi-core:0.42-SNAPSHOT",
|
||||
"de.kentoj.scrow:kencommandapi-bukkit:0.42-SNAPSHOT",
|
||||
"de.kentoj.scrow:kencommandapi-velocity:0.42-SNAPSHOT",
|
||||
"io.papermc.paper:paper-api:[26.2.build,)",
|
||||
"net.luckperms:api:5.5",
|
||||
"com.google.code.gson:gson:2.14.0",
|
||||
],
|
||||
fetch_sources = True,
|
||||
fetch_sources = False,
|
||||
repositories = [
|
||||
"https://repo.papermc.io/repository/maven-public/",
|
||||
"https://repo1.maven.org/maven2",
|
||||
"https://git.lab0x13.site/api/packages/scrow/maven",
|
||||
"https://repo.papermc.io/repository/maven-public/",
|
||||
],
|
||||
known_contributing_modules = ["protobuf"],
|
||||
fail_on_missing_checksum = False, # for kencommandapi
|
||||
|
||||
resolver = "gradle",
|
||||
lock_file = "//:maven_install.json",
|
||||
)
|
||||
|
||||
# luckperms is provided at runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue