component-build-plugin / com.intershop.gradle.component.build.extension.container / DependencyMgmtContainer / exclude

exclude

@JvmOverloads fun exclude(group: String = "", module: String = "", version: String = ""): Unit

With exclude it is possible to exclude libraries and modules from the list of dependent objects.

Parameters

group - Group or organization of the dependency

module - Name or module of the dependency

version - Version configuration of the dependency