Interface PublicationArtifact

    • Method Detail

      • getFile

        File getFile()
        The actual file contents to publish.
      • builtBy

        void builtBy​(Object... tasks)
        Registers some tasks which build this artifact.
        Parameters:
        tasks - The tasks. These are evaluated as per Task.dependsOn(Object...).