asciidoctor / asciidoclet

:clipboard: A Javadoc Doclet based on Asciidoctor that lets you write Javadoc in the AsciiDoc syntax.
https://github.com/asciidoctor/asciidoclet
Apache License 2.0
132 stars 40 forks source link

Update Usage docs #135

Closed abelsromero closed 2 months ago

abelsromero commented 2 months ago

Closes #127

abelsromero commented 2 months ago

@dakusui I'd appreciate if you could have a look at the updated examples :pray: I tested several times and the ITs (with maven-invoker-plugin) are green in the GitHub actions. But I found it odd that Java 11 only requires 1 "exports", can you confirm this from your side?

dakusui commented 2 months ago

Alright. I'll do it today or tomorrow.

abelsromero commented 2 months ago

No rush really

dakusui commented 2 months ago

Both of them seem to work.

Please check the elements in pom.xmls and image.pngs at the top directory. I only needed to change the version string to meet maven's usual convention.

abelsromero commented 2 months ago

Thanks! I'll have a final triple-check and if all is well (which seems), merge and start thinking about the release.