Directory entries in generated jar package

Hello.

How I can configure the Jar task to create the jar file with the directory entries? Like the “filesonly=false” option of Ant’s jar task.

Thanks for any help,

Fabio Da Soghe

UPDATE: I figured out that in the last releases (I’m currently using 1.0-m6) Gradle already was creating the Jar the right way, that is: with all the proper directory entries. My problem was due to a bug in a task of my own that was building the classes dir with incomplete content.