Hi,

I'm trying to convert an existing project to Gradle 0.9rc1, starting with
dependencies. I've seen the documentation on how to exclude transitive
dependencies, but I can't seem to get it to work. The jar I am trying to
exclude is org.slf4j.slf4j-log4j12. It is a transitive dependency for
several other dependencies.

I've tried excluding it several ways, but even down to the simplest form I
can think of it is still getting included:

configurations {
  all*.exclude group: 'org.slf4j'
}

I'm specifically trying to get it so that this jar is not included in my
idea project when I run "gradle idea". Is that how this is intended to work?
I guess I could also try using @jar on the jars with this dependency, but
there are a lot of them.

Thanks.

-- 
Ben Dotte
Lead Developer
Widen Enterprises, Inc.
608-443-5439

Reply via email to