apphance / Apphance-MobilE-Build-Automation

Mobile Build Automation for iOS, Android and Windows Phone. Maintained by Apphance.
http://ameba.apphance.com
Other
18 stars 5 forks source link

publish ipa to artifactory? #1

Closed cthai closed 12 years ago

cthai commented 12 years ago

Hi, this is a great plugin addition to gradle. thanks.

I use artifactory to maintain all my artifacts for deployment. can you shed some light on how to do this with this plugin and gradle to artifactory?

thanks, cthai

potiuk commented 12 years ago

Hello. We plan to do it soon - we should declare outputs from our plugins properly.

But I think you could use it even before. Simply declare artifacts in your gradle build and use built-in gradle's publishing functionality.

More on this you can find here: http://gradle.org/docs/current/userguide/artifact_management.html