<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">Thanks for the suggestion Robert, I came up with a slightly different solution that ultimately does the same thing:</div><div class="gmail_quote"><br></div><div class="gmail_quote"><div class="gmail_quote">test {</div><div class="gmail_quote">    classpath = classpath.filter {!it.name.contains('log4j-slf4j-impl')}</div><div class="gmail_quote">}</div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">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?</div><div class="gmail_quote"> </div><div class="gmail_quote"><br></div></div></div></div>