update JWO version to fix bug
All checks were successful
CI / build (push) Successful in 34m13s

the `RBCS_CONFIGURATION_DIR` was ignored because of a bug in JWO
This commit is contained in:
2025-02-25 20:10:09 +08:00
parent ac4f0fdd19
commit 1510956989
2 changed files with 2 additions and 1 deletions

View File

@@ -18,4 +18,5 @@ ENTRYPOINT ["java", "-Dlogback.configurationFile=logback.xml", "-XX:+UseSerialGC
FROM scratch AS release-native
ADD rbcs-cli.upx rbcs-cli
ENV RBCS_CONFIGURATION_DIR="."
ENTRYPOINT ["./rbcs-cli"]

View File

@@ -4,7 +4,7 @@ org.gradle.caching=true
rbcs.version = 0.2.0
lys.version = 2025.02.25
lys.version = 2025.02.26
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven
docker.registry.url=gitea.woggioni.net