I have a groovy method that I use in my gradlefile to add a bunch of .jars to the unmanagedClasspath. Is there a way for the top-level project to call it to add these .jars (which are needed by more or less every subproject) to the classpaths of all subprojects? This would allow me to cut the number of lines of every subproject's gradlefile almost in half. If I just call it from the top-level gradlefile, the subprojects have trouble finding the .jars. Thanks.
-Jerod -- View this message in context: http://www.nabble.com/gradlefile-cleaning--tp17650512p17650512.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
