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