Skip to content

0.9.8

Compare
Choose a tag to compare
@lptr lptr released this 06 Oct 12:51
· 117 commits to master since this release

Release Notes

  • progress is now indicated when processing multiple modules (#109)

    It looks like this:
    [1/12] Adding module http://github.com/example/test

  • check if projects refer to other projects as dependencies that would not resolve to the projects in the current pride (#83)

    Running pride check-versions will produce output like this:

    WARN: Project "com.prezi.cet:boxfish-cet" requests version 3.+ of project "com.prezi.geometry:boxfish-geometry", but its current version (2.3-SNAPSHOT) does not fulfill that request
    

Note: You need to do pride reinit in your existing prides, and you need to use the newest Gradle Pride Plugin (0.9.8) in order for the version check to work.