Groovy Documentation

org.gradle.api.tasks
Annotation Type SkipWhenEmpty

java.lang.Object
  org.gradle.api.tasks.SkipWhenEmpty

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@interface SkipWhenEmpty

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


Method Summary
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Groovy Documentation