blob: f6c86e38db19bc3bfffa85d70379c04776909a94 [file] [log] [blame]
ext.reactive_streams_version = '1.0.0'
dependencies {
compile "org.reactivestreams:reactive-streams:$reactive_streams_version"
}
tasks.withType(dokka.getClass()) {
externalDocumentationLink {
url = new URL("http://www.reactive-streams.org/reactive-streams-$reactive_streams_version-javadoc/")
}
}