Interface PublicationArtifact

    • Method Detail

      • getFile

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

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