In my builds I actually just consult a project property 'release' and enable/disable specific Jar/Zip tasks based on that. I'm also using the spec plugin referenced at http://gradle.codehaus.org/Plugins#Plugins-org.linkedinplugins That bakes the 'release' property directly into the build, and incidentally handles SNAPSHOT versus release versioning automagically.
-- View this message in context: http://gradle.1045684.n5.nabble.com/assemble-task-tp4498158p4499843.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
