On Feb 7, 2011, at 10:47 AM, Ken Avery wrote: > We have a relatively large team all using slightly different versions of > Gradle. All of the team are required to be within a specific Gradle version > subset (eg. 0.9.x) but beyond that, they are welcome to use what they want.
This doesn't address the question of breaking changes between micro versions, but I would suggest using the gradle wrapper. That way you can ensure everyone uses the same version of gradle to build a given revision of a project. http://www.gradle.org/0.9.2/docs/userguide/gradle_wrapper.html - Ben --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
