Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Plugin not found on Maven Central #1

Closed ChrisEdwards closed 10 years ago

ChrisEdwards commented 10 years ago

The example you gave in the "Standalone" section in your readme implies that the gradle-docker plugin can be found on Maven Central. That example fails because the plugin cannot be found.

Here is the error I get:

    > Could not resolve all dependencies for configuration ':classpath'.
       > Could not find se.transmode.gradle:gradle-docker:1.0.
mattgruter commented 10 years ago

The plugin was hanging in limbo in the staging repos due to me forgetting to promote the build to the release repo. Sorry about that. The plugin should be availble from Maven Central shortly. I'll update the ticket once it hits the repo.

ChrisEdwards commented 10 years ago

Thank you. I will look for it. On Dec 15, 2013 6:32 PM, "Matthias Grüter" notifications@github.com wrote:

The plugin was hanging in limbo in the staging repos due to me forgetting to promote the build to the release repo. Sorry about that. The plugin should be availble from Maven Central shortly. I'll update the ticket once it hits the repo.

— Reply to this email directly or view it on GitHubhttps://github.com/Transmode/gradle-docker/issues/1#issuecomment-30626300 .

mattgruter commented 10 years ago

Version 1.0 of the plugin is now available on Maven Central. Please close this issue ticket if it works for you.

ChrisEdwards commented 10 years ago

It's up there. Thanks!

mattgruter commented 10 years ago

Great. Thanks for the help!