stefanbirkner / system-rules

A collection of JUnit rules for testing code which uses java.lang.System.
http://stefanbirkner.github.io/system-rules
Other
546 stars 71 forks source link

Missing 1.16.1 tag on GitHub #54

Closed szpak closed 6 years ago

szpak commented 6 years ago

There is missing the latest tag 0.16.1 on GitHub: https://github.com/stefanbirkner/system-rules/releases (probably was not pushed to a remote repo)

stefanbirkner commented 6 years ago

Good catch. Thanks.

The tag is now pushed to the remote repo.

szpak commented 6 years ago

If you were a Gradle user I would suggest you to give (my) CDeliveryBoy a try to release automatically from Travis and have no problems with missing tags :)

stefanbirkner commented 6 years ago

Fortunately I can use Maven on this project ;-)