Skip to content

Commit

Permalink
Auto-clean up RxJavaPlugins JavaDocs HTML (ReactiveX#6173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsf committed Aug 25, 2018
1 parent 3e2b1b3 commit 1cbbe2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/javadoc_cleanup.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ task javadocCleanup(dependsOn: "javadoc") doLast {

fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/subjects/ReplaySubject.html'));
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/processors/ReplayProcessor.html'));
fixJavadocFile(rootProject.file('build/docs/javadoc/io/reactivex/plugins/RxJavaPlugins.html'));
}

def fixJavadocFile(file) {
Expand Down

0 comments on commit 1cbbe2d

Please sign in to comment.