Package org.gradle.api.publish.ivy
Interface IvyModuleDescriptorDescription
-
public interface IvyModuleDescriptorDescription
The description of an Ivy publication.- Since:
- 4.8
- See Also:
IvyModuleDescriptorSpec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property<java.lang.String>
getHomepage()
The homepage of the publication of this description.Property<java.lang.String>
getText()
The text of this description.
-