7 lines
No EOL
303 B
Groovy
7 lines
No EOL
303 B
Groovy
dependencies {
|
|
api "org.reactivestreams:reactive-streams:${project.property('reactivestreams.version')}"
|
|
api project(':netty-http-server')
|
|
testImplementation("org.reactivestreams:reactive-streams-tck:${project.property('reactivestreams.version')}") {
|
|
exclude module: 'testng'
|
|
}
|
|
} |