Ruediger Schobbert wrote: > > Is there a way to remove a configuration once it was added to the projects > configurations? > > I tried > > def dummyConf = project.configurations.dummyConfigForResolve > project.configurations.all.remove(dummyConf) >
In milestone 4 and later, you can use "configurations.remove(...)". Before that, I don't know. Why do you want to remove a configuration? -- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw -- View this message in context: http://gradle.1045684.n5.nabble.com/remove-a-configuration-after-it-was-added-tp4682110p4683351.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
