ConfigAPI

interface ConfigAPI<Target>(source)

Buildless Extension API: Configuration

Describes the base interface from which all plugin settings interfaces inherit. Since the Buildless plugin can be configured in both the context of a Gradle Settings (initialization) file, and also a Project, the API needs to be extended into both circumstances; this interface bears the common fields between both.

See also

for settings-time configuration of the plugin, which is shared across all projects.

for settings which apply at the level of a single Gradle project.

Inheritors

Properties

Link copied to clipboard
abstract val debug: Property<Boolean>

Whether the Buildless plugin is operating in debug mode; debug mode enables verbose logging, and applies trace values to API calls, so that they may be diagnosed from the dashboard.