Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate separate Javadocs .jar release artifact #454

Closed
sreuland opened this issue Aug 17, 2022 · 1 comment
Closed

Generate separate Javadocs .jar release artifact #454

sreuland opened this issue Aug 17, 2022 · 1 comment

Comments

@sreuland
Copy link
Contributor

What problem does your feature solve?

No pre-built javadocs are provided per release

What would you like to see?

a stellar-sdk-javadocs.jar is built by gradle and published as another artifact to jitpack maven repo classifier=javadoc and file on GH releases. having pre-built docs may enable community to readily pair the docs with code while in IDE's for development.

What alternatives are there?

users can run ./gradlew javadoc to generate javadoc content locally.

@overcat
Copy link
Member

overcat commented Sep 7, 2023

Implemented in #519.

@sreuland sreuland closed this as completed Sep 7, 2023
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

No branches or pull requests

2 participants