Skip to content

Commit

Permalink
Merge pull request #71 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 9, 2024
2 parents 9cc4812 + ee31e6e commit 84034ce
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 @@ -96,7 +96,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://docs.oracle.com/javaee/7/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 84034ce

Please sign in to comment.