api / org.gradle.api.resources / ResourceHandler / gzip

gzip

abstract fun gzip(path: Any): ReadableResource

Creates resource that points to a gzip compressed file at the given path. The path is evaluated as per org.gradle.api.Project#file(Object).

Parameters

path - The path evaluated as per org.gradle.api.Project#file(Object).