.
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,8 +1,9 @@
load("@rules_jvm_external//:defs.bzl", "artifact", "java_export")
load("//:defs.bzl", "GROUP", "VERSION")
java_export(
name = "velocity",
maven_coordinates = "de.kentoj.scrow:kencommandapi-velocity:0.35-SNAPSHOT",
maven_coordinates = GROUP + ":kencommandapi-velocity:" + VERSION,
srcs = glob(["src/main/**/*.java"]),
deps = [
"//core",