|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
java.lang.Objectorg.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