yukuku / ambilwarna

Android Color Picker aka AmbilWarna library ("Pick a Color" in Indonesian)
Other
222 stars 88 forks source link

Maven uploading (addressing issue #1) #2

Closed denisk20 closed 9 years ago

denisk20 commented 9 years ago

This addresses issue #1. Added android-mvn-push.gradle configuration which should allow to upload to central maven repo. Please follow these guidelines to setup signing: http://gradle.org/docs/current/userguide/signing_plugin.html Then you should be OK running uploadArchives task. It would also be useful to get familiar with these topics: http://maven.apache.org/guides/mini/guide-central-repository-upload.html http://gradle.org/docs/current/userguide/maven_plugin.html You'll also need to have nexusUsername and nexusPassword variables defined in your ~/.gradle/gradle.properties file. Last, I have removed android studio files from the repository since any contributor would end up modifying them. Let me know if you have any questions/concerns.