Interface ModulePublisherTaskMethods


  • public interface ModulePublisherTaskMethods
    Methods that a task should implement for publishing to a repository.
    Since:
    2.1
    • Method Detail

      • setContents

        void setContents​(org.gradle.api.file.CopySpec src)
        The content that should be published.
        Parameters:
        src - A copy specification that describes the content.