hi gradle-users,

how can i set 'dual' and 'returnFirst' Attributes 
for a resolver-chain in my build.gradle ?


<resolvers>
        <chain name="default-resolver" dual="false" returnFirst="true">
                <resolver ref="local"/>
                <resolver ref="shared"/>
                <resolver ref="snapshot"/>
                <resolver ref="released"/>
                <resolver ref="thirdparty"/>
        </chain>
</resolvers>


i tried:
 

project.getDependencies().setChainConfigurer {
  ...
}


but was not successful.

thanks & have a nice day
-- 
View this message in context: 
http://www.nabble.com/set-attributes-for-resolver-chain-tp20204652p20204652.html
Sent from the gradle-user mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to