api / org.gradle.api.artifacts.dsl / DependencyHandler / attributesSchema

attributesSchema

@Incubating abstract fun attributesSchema(configureAction: Action<in AttributesSchema>): AttributesSchema

Configures the attributes schema. The action is passed a AttributesSchema instance.

Parameters

configureAction - the configure action

Return
the configured schema

Since
3.4