25e6b76238
This speeds ups jar creation twice, which is significant for local incremental builds when jar creation can dominate compilation time. Changes in stripMetadata are required because putting entry from not-stripped jar caused failures when compression was disabled (because size and crc are actually changed during metadata removal; don't know why it works with compression).