mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

org.shipkit.gradle-plugin automatically avoids releases when publications are identical #662

Closed epeee closed 6 years ago

epeee commented 6 years ago

... and also make compare-publications plugin a default for ShipkitGradlePlugin users.

fixes #487

mockitoguy commented 6 years ago

Nice change - absolutely useful! Have you run a dry run release with this change? Let's make sure it's not going to break stuff :)

epeee commented 6 years ago

thx for the reminder about doing a dry run. I just did so locally and it looks good. I run two tests, once still having the 'org.shipkit.compare-publications' plugin applied in shipkit.gradle and once without. Comparing publications does work on both cases.

mockitoguy commented 6 years ago

Great! Merging!