.
Some checks failed
Build and Deploy artifact / build (push) Failing after 30s

This commit is contained in:
kento2 2026-08-06 13:45:22 +02:00
parent 48474dbf7e
commit 81158adcfe
6 changed files with 10 additions and 5 deletions

View file

@ -1,6 +1,8 @@
bazel_dep(name = "rules_java", version = "9.7.0")
bazel_dep(name = "rules_jvm_external", version = "7.1")
VERSION = "0.36-SNAPSHOT"
git_override(
module_name = "rules_jvm_external",
remote = "http://forge.kentoj.de/scrow/rules_jvm_external.git",
@ -23,7 +25,6 @@ maven.install(
],
repositories = [
"https://repo.papermc.io/repository/maven-public/",
"https://git.lab0x13.site/api/packages/scrow/maven",
],
known_contributing_modules = ["protobuf"],
)