Config API
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.