constraints

abstract fun constraints(configureAction: Action<in DependencyConstraintHandler>)

Configures dependency constraint for this project.

This method executes the given action against the org.gradle.api.artifacts.dsl.DependencyConstraintHandler for this project.

Since

4.5

Parameters

configureAction

the action to use to configure module metadata