A {@code Convention} manages a set of convention objects. When you add a convention object to a {@code Convention}, and the properties and methods of the convention object become available as properties and methods of the object which the convention is associated to. A convention object is simply a POJO or POGO. Usually, a {@code Convention} is used by plugins to extend a {@link org.gradle.api.Project} or a {@link org.gradle.api.Task}.
@author Hans Dockter
|
|