Files
rbcs/gbcs-client/build.gradle
Walter Oggioni 75ebf2248f
All checks were successful
CI / build (push) Successful in 2m30s
general refactoring
2025-01-17 14:17:57 +08:00

16 lines
330 B
Groovy

plugins {
id 'java-library'
alias catalog.plugins.kotlin.jvm
}
dependencies {
implementation project(':gbcs-api')
implementation project(':gbcs-common')
implementation catalog.picocli
implementation catalog.slf4j.api
implementation catalog.netty.buffer
implementation catalog.netty.codec.http
}