How do I do the equivalent of Ant's whenmanifestonly="skip" using the
Gradle java plugin's jar task?

    <jar jarfile="lib/${module}.jar"
         basedir="${build}"
         whenmanifestonly="skip" />

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to