component-build-plugin / com.intershop.gradle.component.build.tasks / CreateComponentTask / updateExclude

updateExclude

fun updateExclude(pattern: String): Unit

Adds a pattern to the set of exclude patterns. Files that matches to one of patterns will be excluded from the update installation.

Parameters

pattern - Ant based file pattern

fun updateExclude(patterns: Set<String>): Unit

Adds a set of patterns to the set of exclude patterns. Files that matches to one of patterns will be excluded from the update installation.

Parameters

patterns - set of Ant based file pattern