File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
reactive/kotlinx-coroutines-reactor Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ lincheck_version=2.18.1
1414dokka_version =1.9.20
1515byte_buddy_version =1.10.9
1616reactor_version =3.4.1
17+ reactor_docs_version =3.4.5
1718reactive_streams_version =1.0.3
1819rxjava2_version =2.2.8
1920rxjava3_version =3.0.2
Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ plugins {
55 id(" org.jetbrains.kotlinx.kover" )
66}
77
8- val reactorVersion = version(" reactor" )
9-
108dependencies {
11- api(" io.projectreactor:reactor-core:$reactorVersion " )
9+ api(" io.projectreactor:reactor-core:${version( " reactor " )} " )
1210 api(project(" :kotlinx-coroutines-reactive" ))
1311}
1412
@@ -27,8 +25,10 @@ tasks {
2725 }
2826}
2927
28+ // the version of the docs can be different from the version of the Reactor
29+ // library itself: https://github.com/reactor/reactor-core/issues/3794
3030externalDocumentationLink(
31- url = " https://projectreactor.io/docs/core/$reactorVersion /api/"
31+ url = " https://projectreactor.io/docs/core/${version( " reactor_docs " )} /api/"
3232)
3333
3434
You can’t perform that action at this time.
0 commit comments