Using the last gradle, I am trying to get a standard .html overview for display in javadocs for my project. I have not tried several different configuration methods. Here's the last one:
javadoc.ext["overview"] = "${projectDir}/src/main/java/overview.html"
No errors were reported, but review ads do not appear on the javadocs index page. I can get this to work by calling javadoc from the command line or IDE.
Thanks for the help. (I have checked gradle docs .)
evobo source share