Hi
Is there a (elegant) way to achieve that the 'azip' task defined below is
executed AFTER the artifact of the jar task has been created? Right now, I have
the issue that the zip is created first and hence there is no jar artifact
available, yet.
(If I rename the task from 'azip' to 'zip' it works, but I don't consider that
a very robust solution ;-)).
task azip(type: Zip) {
from sourceSets.all.java
from jar.archivePath
}
Regards, Etienne
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email