chrisbanes / gradle-mvn-push

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

Fix to comply with 0.10+ android gradle plugin. #21

Closed aectann closed 10 years ago

aectann commented 10 years ago

Fixes issue #20

aectann commented 10 years ago

Here is relevant discussion at Google+ community https://plus.google.com/+GabrieleMariotti/posts/NphSRvqAo6m

JakeWharton commented 10 years ago

There should be branches which correspond to minor releases of the plugin.

chrisbanes commented 10 years ago

@JakeWharton My plan what to do some version switching within the script. Separate branches is probably easier though.

JakeWharton commented 10 years ago

Version switching would be smart too. Slippery slope for long-term maintenance, but hopefully there aren't many API changes like this left.

chrisjenx commented 10 years ago

I think branches makes more sense, that way can push independent fixes without potentially breaking other versions. Although I would hope as Jake said, 1.0 will reduce breaking changes.