Skip to content

Commit

Permalink
Remove "overview" in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Apr 18, 2024
1 parent f0d260e commit 07afd7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ javadoc {
classpath += configurations.javadocOnly
locale = "en_US"
encoding = "UTF-8"
overview = "src/main/html/overview.html"
links "https://docs.oracle.com/javase/8/docs/api/"
links "https://www.joda.org/joda-time/apidocs/"
}
Expand Down
11 changes: 0 additions & 11 deletions src/main/html/overview.html

This file was deleted.

0 comments on commit 07afd7b

Please sign in to comment.