0.8
Release Notes
Note: You need to re-create every existing pride to use them with this new version. pride init -f
should be sufficient for this.
Major new feature:
- Share your pride! You can send
.pride/config
to your friend, who can dopride init --from-config <your-config>
to set up the same pride on their machine. You can upload a pride config to the interwebs, and dopride init --from-config http://exmaple.com/my.pride
(#81) - Gradle wrapper is now automatically added to your pride when initializing it. You can disable it via
pride config --global gradle.wrapper false
(#32) - Run Gradle from the root of the pride via
pride gradle <task>
(#52)
Minor fixes:
- Get more information with
--verbose
during pride initialization about what went wrong (#55)