Hi, folks! I'd like to know if there is any way to exclude some $GRADLE_HOME/lib jars from the build classpath. Namely, maven-ant-tasks.jar contains Maven2 dependencies which clash with Maven3 I am trying to use in my plugin. The following stuff doesn't work:
buildscript {
configurations {
classpath.exclude group: 'org.apache.maven'
}
}
Thanks.
--
Best Regards,
Baruch
