Hi,

http://forums.gradle.org/gradle/topics/snapshot_compile_dependency_ends_up_with_different_versions_in_different_configurations#reply_13835404

Offending commit is here: https://github.com/gradle/gradle/commit/18bd5b991ffec57f7ed401251512f2554aea18a1#diff-8a961cb22df0e48af7b78cda5759c814R110

The fix would be to add @NonExtensible to DefaultDependencyHandler. Should we make this change? (my vote is yes).


This is the second time this has happened (previous one was when we started decorating CopySpec impls). I'm not sure what we can do about this other than just be mindful when we start decorating objects that this can happen. As a general rule we probably need to consider whether or not to use @NonExtensible when decorating any type.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to