netty/netty-handler-codec-quic/build.gradle

8 lines
366 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)
testImplementation testLibs.assertj
testImplementation project(':netty-handler-ssl-bouncycastle')
}