Class Jar

    • Constructor Detail

      • Jar

        public Jar()
    • Method Detail

      • manifest

        public Jar manifest​(Closure<?> configureClosure)
        Description copied from class: Jar
        Configures the manifest for this JAR archive.

        The given closure is executed to configure the manifest. The Manifest is passed to the closure as its delegate.

        Overrides:
        manifest in class Jar
        Parameters:
        configureClosure - The closure.
        Returns:
        This.