8 lines
366 B
Groovy
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')
|
|
}
|