Gradle Jar compression

Is there a way to tell Gradle not to compress the jar file when using the jar task? Or, ear task for that matter.

Gradle’s Jar task doesn’t currently support any compression options. To generate an uncompressed Jar, use the Ant task.

That’s what I’m already doing. I’d just rather not have to. :slight_smile:

Pull requests welcome. :slight_smile: