netty-http/netty-http-epoll/build.gradle

4 lines
164 B
Groovy

dependencies {
api project(":netty-http-common")
implementation "io.netty:netty-transport-native-epoll:${project.property('netty.version')}:linux-x86_64"
}