transport

abstract val transport: Property<CacheTransport>(source)

Transport

Transport mechanism to use when interacting with the Buildless cache.

The transport mechanism implements protocol support, transport security (TLS), and authorization. The default transport is CacheTransport.BUILTIN which uses Gradle's built-in HTTP build cache engine.