The easiest way to fit your tasks into the build lifecycle would probably be to add a dependency on your 'sub-jar' from the jar task: jar.dependsOn << caaJar
This should work since there are no dependencies between the two jars you're building. -- View this message in context: http://gradle.1045684.n5.nabble.com/How-to-exclude-some-classes-from-jar-tp3315811p3316889.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
