Buildless Settings
Buildless Extension API: Settings
Describes top-level settings which are available within settings.gradle.kts
for a Buildless-enabled Gradle project. These settings apply within the scope of file in question (usually, all projects within a multi-project Gradle build, or a single Gradle project).
These settings implement the ConfigAPI interface for a target of Settings, but with mutable fields so that they may be set from a builder context.
See also
for read-only fields shared by all settings payloads provided by the Buildless plugin for Gradle.
Inheritors
Properties
Specifies agent cache settings for this Gradle project. Agent caching keeps built outputs within a local cache service, like Buildless Agent. Agent caching is enabled by default if an API key is present in the local environment, using the main Gradle cache endpoint.
Specifies remote cache settings for this Gradle project. Remote caching keeps built outputs within a remote cache service, like Buildless. Remote caching is enabled by default if an API key is present in the local environment, using the main Gradle cache endpoint.
Specifies whether "debug mode" is active within the Buildless plugin. When debug mode is active, verbose logging is emitted to the terminal, and various trace values are sent to the Buildless API, which can be used to diagnose issues with the cache from the web dashboard.
Specifies local cache settings for this Gradle project. Local caching keeps various cached objects in a directory on-disk, and objects never leave the developer's machine. Local caching is enabled by default, and generally it is recommended to keep it active.
Alias for local cache settings.
Alias for cloud remote cache settings.
Specifies whether errors should be reported to the Buildless API. When error reporting is active, errors which are encountered when interacting with the cache are reported to a central service. These logs include only the authorization material provided by the developer, along with light context from the Gradle build.
Transport mechanism to use when interacting with the Buildless cache.