File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 mockitoVersion = " 4.11.0"
2121 jmhLibVersion = " 1.21"
2222 guavaVersion = " 33.5.0-jre"
23+ jupiterVersion = " 5.11.3"
2324}
2425
2526def releaseTag = System . getenv(" BUILD_TAG" )
@@ -46,6 +47,9 @@ dependencies {
4647 testImplementation " org.reactivestreams:reactive-streams-tck:$reactiveStreamsVersion "
4748 testImplementation " org.testng:testng:$testNgVersion "
4849 testImplementation " com.google.guava:guava:$guavaVersion "
50+
51+ testImplementation ' org.junit.jupiter:junit-jupiter:$jupiterVersion'
52+ testRuntimeOnly ' org.junit.vintage:junit-vintage-engine:$jupiterVersion'
4953}
5054
5155java {
@@ -79,6 +83,8 @@ javadoc {
7983 options. stylesheetFile = project. file(" gradle/stylesheet.css" )
8084 options. addBooleanOption(' Xdoclint:none' , true ) // disables all doclint checks (modern JDKs)
8185
86+ failOnError = false
87+
8288 options. links(
8389 " https://docs.oracle.com/en/java/javase/25/docs/api/" ,
8490 " https://reactivex.io/RxJava/org.reactivestreams.javadoc/${ reactiveStreamsVersion} /"
You can’t perform that action at this time.
0 commit comments