fun replacePlaceholders(name: String, replacePlaceHolder: Closure<PlaceholderReplacementFilter>): Unit
Adds the 'ReplacePlaceholder' filter to all installation tasks. The configuration is based on PlaceholderReplacementFilter.
name - the name of the filter configuration.
replacePlaceHolder - Closure for the configuration of replacePlaceHolder filter.