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

This commit is contained in:
2025-04-15 23:11:07 +08:00
parent ae8817ad2a
commit 7ed1fdae40
11 changed files with 129 additions and 102 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 "$@"