Skip to content

Commit

Permalink
javadoc task fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Aug 6, 2023
1 parent c9aa2b7 commit ca14b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tasks.register('javadoc', Javadoc) {
exclude "**/BuildConfig.java", "**/R.java", "**/*.kt"
failOnError false

options.verbose()
// options.verbose()
// javadoc: warning - The code being documented uses modules but the packages
// defined in https://developer.android.com/reference/ are in the unnamed module.
options.links "https://docs.oracle.com/en/java/javase/17/docs/api/"
Expand Down

0 comments on commit ca14b58

Please sign in to comment.