5 lines
156 B
Groovy
5 lines
156 B
Groovy
dependencies {
|
|
api project(':netty-handler-ssl')
|
|
implementation project(':netty-channel-epoll')
|
|
implementation project(':netty-channel-unix')
|
|
}
|