akhikhl / multiproject-git-gradle

Gradle script for multi-project git-based setup, configuration and build
30 stars 12 forks source link

Does an ARF release uploads Archives or that has to be configured ? #12

Closed kavink closed 10 years ago

kavink commented 10 years ago

The gradle-release plugin , Does it call upload archives automatically when a release version is built and when snapshot is build. Does it deploy both in same release action ?

Also how can we change it to also maybe call artifactory publish task, if plugin is used or maven deployer is used?

kavink commented 10 years ago

@akhikhl Any thoughts on this ?

akhikhl commented 10 years ago

multiproject-git-gradle version 1.0.25 allows to publish release and snapshot artifacts to local or remote maven repo. See documentation at: https://github.com/akhikhl/multiproject-git-gradle#publishing-to-maven-repositories

kavink commented 10 years ago

Looks like there is some ordering sequence bug or something. i.e. task releaseBuild is being called for all tasks, but artifacts are not being deployed for downstream jobs to do resolution against.

Please can you investigate to find the root cause for the bug ?

kavink commented 10 years ago

This is fixed in latest release