api / org.gradle.api.resources / ResourceHandler / bzip2

bzip2

abstract fun bzip2(path: Any): ReadableResource

Creates resource that points to a bzip2 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).