.
Some checks failed
Build and Deploy artifact / build (push) Failing after 2m51s

This commit is contained in:
kento2 2026-08-05 22:40:40 +02:00
parent 19a7495fe1
commit 930ce3ff46
7 changed files with 9 additions and 17 deletions

View file

@ -2,7 +2,7 @@ load("@rules_jvm_external//:defs.bzl", "artifact", "java_export")
java_export(
name = "bukkit",
maven_coordinates = "de.kentoj.scrow:kencommandapi-bukkit:0.34-SNAPSHOT",
maven_coordinates = "de.kentoj.scrow:kencommandapi-bukkit:0.35-SNAPSHOT",
srcs = glob(["src/main/**/*.java"]),
deps = [
"//core",