org.gradle.api.tasks
Annotation Type SkipWhenEmpty


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SkipWhenEmpty

Attached to a task property to indicate that the task should be skipped when the value of the property is an empty FileCollection or directory.