Skip to content

Conversation

@pantherdd
Copy link
Contributor

@pantherdd pantherdd commented Nov 24, 2023

Use latest Java toolchain and simplify Javadoc generation now that the javadoc tool can properly link to older docs with the following tickets fully complete:


The only remaining issue is Gradle's own Javadocs, in that

  • it would currently require HTML4 format fragments at the end of the links (e.g. Project.html#getName--),
  • but it tricks the new, smart javadoc implementation into generating them in HTML5 format (e.g. Project.html#getName()),
  • so the deep links don't work properly.

I will try to ask the Gradle maintainers to fix this before I merge this PR. The possible solutions:

@pantherdd pantherdd force-pushed the javadoc branch 2 times, most recently from 4afcfdb to b4547b6 Compare December 7, 2023 23:25
@pantherdd pantherdd changed the title Use Java 17 toolchain and simplify Javadoc generation now that the javadoc tool can properly link to older docs Use latest Java toolchain and simplify Javadoc generation now that the javadoc tool can properly link to older docs Dec 7, 2023
@pantherdd pantherdd force-pushed the javadoc branch 2 times, most recently from edf48e2 to b5321d2 Compare December 8, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants