implement velocity platform
Some checks failed
/ deploy (push) Has been cancelled
/ test (push) Has been cancelled

This commit is contained in:
kento2 2026-08-25 19:15:27 +02:00
parent fb2f1f1859
commit 1b1a496ab1
9 changed files with 1984 additions and 25 deletions

View file

@ -46,7 +46,7 @@ jobs:
MAVEN_USER: ${{ secrets.MAVENREPO_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVENREPO_PASSWORD }}
run: |
for target in //bukkit:bukkit.publish //common:common.publish
for target in //common:common.publish //bukkit:bukkit.publish //velocity:velocity.publish
do
bazel \
--output_user_root=/var/cache/bazel \