Skip to content

Commit

Permalink
Fix build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Oct 10, 2022
1 parent f903655 commit 9329a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ javadoc {
options.encoding 'UTF-8'
options.charSet 'UTF-8'
options.author true
options.links "https://docs.oracle.com/javase/8/docs/api/index.html"
options.links "https://docs.oracle.com/javase/8/docs/api/"
options.windowTitle "$projName $projVersion Javadoc"
}

Expand Down

0 comments on commit 9329a1a

Please sign in to comment.