6 lines
260 B
Groovy
6 lines
260 B
Groovy
dependencies {
|
|
api project(':netty-handler-ssl')
|
|
implementation project(':netty-channel-epoll')
|
|
implementation project(':netty-channel-unix')
|
|
runtimeOnly project(path: ':netty-handler-codec-quic-native', configuration: osdetector.classifier)
|
|
}
|