net-http/net-http-server-netty/build.gradle

14 lines
419 B
Groovy
Raw Normal View History

2022-10-20 10:19:32 +02:00
dependencies {
api project(':net-http-server')
api libs.netty.codec.http2
testImplementation project(':net-http-client-netty')
testImplementation project(':net-http-template-groovy')
testImplementation libs.datastructures.json.tiny
2022-10-20 10:19:32 +02:00
}
test {
systemProperty 'application.name', 'test'
systemProperty 'application.home', 'src/test/resources'
systemProperty 'application.profile', 'test'
}