-
Notifications
You must be signed in to change notification settings - Fork 84
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
Gradle Deployment #80
Comments
Especially with the last round of contribs from Justin. We should look at a release. Also figure out which of the checkers are enabled by default. (all of them?). |
I have a few more things to contribute on my list tat's work in progress but it can go into this or the next release. Will need to update the documentation (perhaps we should consider auto generate via java docs?) |
I'm looking for a simple way to either release a snapshot or an actual release with a CI system. When I figure that all out, I'll be releasing a snapshot for testing, then do an actual release. Thanks for all the updates Justin. This release will be awesome! |
Javadocs sound like a good idea, see #62 On Tue, Oct 6, 2015 at 7:49 PM, Justin Mclean [email protected]
|
@jjames967 Thanks for looking into a release On Tue, Oct 6, 2015 at 8:27 PM, Ryan Eberly [email protected] wrote:
|
Javadocs was #61. How the Gradle deployment will work, it will automatically compile javadocs into a jar and upload them to the Nexus Repository. Just need the html information inside the source. |
Switching to Gradle needs a way to create artifacts, sign the artifacts, and upload them to Nexus.
The text was updated successfully, but these errors were encountered: