update Netty to 4.2.0
All checks were successful
CI / build (push) Successful in 17m48s

This commit is contained in:
2025-04-15 23:11:07 +08:00
parent ae8817ad2a
commit 3266e7a70e
11 changed files with 124 additions and 101 deletions

3
docker/rbcs-cli.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
DIR=/usr/share/java/rbcs
$DIR/bin/java $JAVA_OPTS -m net.woggioni.rbcs.cli "$@"