Thanks for the suggestion Robert, I came up with a slightly different solution that ultimately does the same thing:
test {
classpath = classpath.filter {!it.name.contains('log4j-slf4j-impl')}
}
Is it a worthwhile idea to always have the SLF4J-test library be taken in
preference to any other slf4j implementation found on the classpath?
_______________________________________________ slf4j-user mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/slf4j-user
