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

Support for publish to repo #38

Closed
imrichardcole opened this issue Jun 1, 2013 · 1 comment
Closed

Support for publish to repo #38

imrichardcole opened this issue Jun 1, 2013 · 1 comment

Comments

@imrichardcole
Copy link

Apologies if this isn't the right forum, but do you know how this great plugin can be used to actually publish the release artifact? I'm using the maven-publish plugin already but what I want to be able to do is to add a call to publish in the short window where gradle release creates my non-snapshot artifact.

@townsfolk
Copy link
Contributor

Sorry, this plugin doesn't do the actual publishing part of it. I chose not to do that because I felt there was enough support for publishing already. If you want to add the publish call to your own build script, just add a dependsOn or doLast to the build task as described here: https://github.com/townsfolk/gradle-release#custom-release-steps

@danez danez closed this as completed Jan 27, 2015
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

3 participants