netty-http/settings.gradle

10 lines
303 B
Groovy

include 'netty-http-common'
include 'netty-http-epoll'
include 'netty-http-kqueue'
include 'netty-http-bouncycastle'
include 'netty-http-client-api'
include 'netty-http-client'
include 'netty-http-client-rest'
include 'netty-http-server-api'
include 'netty-http-server'
include 'netty-http-server-rest'