Skip to content

Commit

Permalink
Merge pull request #31 from embulk/remove-javadoc-overview
Browse files Browse the repository at this point in the history
Remove "overview" in Javadoc
  • Loading branch information
dmikurube authored Apr 10, 2024
2 parents 008a44f + fd813ec commit dfbe931
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ javadoc {
options {
locale = "en_US"
encoding = "UTF-8"
overview = "src/main/html/overview.html"
links "https://docs.oracle.com/javase/8/docs/api/"
links "https://dev.embulk.org/embulk-spi/${libs.versions.embulk.spi.get()}/javadoc/"
}
Expand Down
10 changes: 0 additions & 10 deletions src/main/html/overview.html

This file was deleted.

0 comments on commit dfbe931

Please sign in to comment.