api / org.gradle.api.tasks.bundling / Zip / getEntryCompression

getEntryCompression

@Input open fun getEntryCompression(): ZipEntryCompression

Returns the compression level of the entries of the archive. If set to ZipEntryCompression#DEFLATED (the default), each entry is compressed using the DEFLATE algorithm. If set to ZipEntryCompression#STORED the entries of the archive are left uncompressed.

Return
the compression level of the archive contents.