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

Javadocs? #24

Open
xnickmx opened this issue Mar 18, 2014 · 2 comments
Open

Javadocs? #24

xnickmx opened this issue Mar 18, 2014 · 2 comments

Comments

@xnickmx
Copy link

xnickmx commented Mar 18, 2014

Any chance you can add some Javadocs or other references? Adding them here on GitHub would be great, but even just a way to generate them would be helpful.

I'm not experienced with Gradle. I tried a "gradlew javadoc" from the command line and it did say "build successful", but it didn't seem to output any javadocs.

Full output:
gradlew javadoc
:compileJava UP-TO-DATE
:compileGroovy
:processResources UP-TO-DATE
:classes
:javadoc UP-TO-DATE

BUILD SUCCESSFUL

@claymccoy
Copy link
Contributor

The build is supposed to produce javadocs and sources and upload them to maven central, but the javadocs jar seems to be empty.
https://netflixoss.ci.cloudbees.com/job/glisten-master/
http://search.maven.org/#search%7Cga%7C1%7Cglisten

I'll look into this and make sure that they are produced properly in the next release. In the meantime, you can look at the docs in the source, or ask me questions directly.
Thanks,
Clay

@xnickmx
Copy link
Author

xnickmx commented Mar 18, 2014

Thanks, Clay.

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