netty-http/settings.gradle

11 lines
303 B
Groovy
Raw Normal View History

2018-03-12 11:22:40 +01:00
include 'netty-http-common'
include 'netty-http-epoll'
include 'netty-http-kqueue'
include 'netty-http-bouncycastle'
include 'netty-http-client-api'
2018-03-12 11:22:40 +01:00
include 'netty-http-client'
include 'netty-http-client-rest'
include 'netty-http-server-api'
2018-03-12 11:22:40 +01:00
include 'netty-http-server'
2019-07-13 15:16:09 +02:00
include 'netty-http-server-rest'