forked from woggioni/rbcs
- Update lys.version to 2026.04.14 - Add optional compileOnly dependency on opentelemetry-netty-4.1 in rbcs-server - Add runtime guard to only activate instrumentation when OTel classes are on classpath - Insert OTel combined handler after HttpServerCodec in the Netty pipeline - Add requires-static JPMS directives for optional module support
12 lines
248 B
INI
12 lines
248 B
INI
org.gradle.configuration-cache=false
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
|
|
rbcs.version = 0.5.0
|
|
|
|
lys.version = 2026.04.28
|
|
|
|
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven
|
|
docker.registry.url=gitea.woggioni.net
|
|
|