chrisbanes / gradle-mvn-push

Helper to upload Gradle Android Artifacts to Maven repositories
Apache License 2.0
1.05k stars 283 forks source link

Removed redundancy while setting vars #11

Closed dlew closed 10 years ago

dlew commented 10 years ago

The README had most of the steps right, but it assumed that you set the variables "group" and "version" in your build.gradle. I've set it up now so that this isn't necessary; you can just use VERSION_NAME and GROUP without the middle man.

JakeWharton commented 10 years ago

lgtm

chrisbanes commented 10 years ago

Thanks!