File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,16 @@ task javadocCleanup(dependsOn: "javadoc") doLast {
11
11
12
12
fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/subjects/ReplaySubject.html' ))
13
13
fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/processors/ReplayProcessor.html' ))
14
+ fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/subjects/PublishSubject.html' ))
15
+ fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/processors/PublishProcessor.html' ))
16
+ fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/subjects/AsyncSubject.html' ))
17
+ fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/processors/AsyncProcessor.html' ))
18
+ fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/subjects/BehaviorSubject.html' ))
19
+ fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/processors/BehaviorProcessor.html' ))
20
+ fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/processors/MulticastProcessor.html' ))
21
+ fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/subjects/UnicastSubject.html' ))
22
+ fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/processors/UnicastProcessor.html' ))
23
+
14
24
fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/plugins/RxJavaPlugins.html' ))
15
25
16
26
fixJavadocFile(rootProject. file(' build/docs/javadoc/io/reactivex/rxjava3/parallel/ParallelFlowable.html' ))
You can’t perform that action at this time.
0 commit comments