api / org.gradle.plugins.ide.eclipse.model / EclipseProject / resourceFilter

resourceFilter

@Incubating open fun resourceFilter(@DelegatesTo(ResourceFilter, 1) configureClosure: Closure<Any>): ResourceFilter

Adds a resource filter to the eclipse project.

For examples, see docs for ResourceFilter

Parameters

configureClosure - The closure to use to configure the resource filter.

Since
3.5

@Incubating open fun resourceFilter(configureAction: Action<in ResourceFilter>): ResourceFilter

Adds a resource filter to the eclipse project.

For examples, see docs for ResourceFilter

Parameters

configureAction - The action to use to configure the resource filter.

Since
3.5