Hi. I have 'compile' and 'runtime' configurations. 'compile' is non-transitive and 'runtime' is transitive.
I have created 'both' configuration that extends 'compile' and 'runtime'. I found it different if you define 'both' in the following ways: 1. <conf name="both" extends="compile, runtime"/> 2. <conf name="both" extends="runtime, compile"/> The first takes 'runtime' artifacts non-transitively even thought it should be transitive. I guess this is not done by purpose. Am I right? -easyproglife
