Hello, as far as I understood the "assemble" task provided by the java plugin depends automatically on all archive tasks in the project.
Now I've separated the build into several parts as there are the main/default build, the site build, and some other useful tasks nothing to do with the actual build. There are some archive tasks in the project, e.g. javadoc for the site build which should not be executed during the main/default build but only for the site build. Wouldn't it be nice if the implicit dependency (depends on all tasks of type archive) could be expressed explicitly just by adding the dependency manually? Or how can I exclude/remove the dependency than? Thanks, Mirko -- View this message in context: http://gradle.1045684.n5.nabble.com/assemble-task-tp4498158p4498158.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
