com.github.jengelman.gradle.plugins.shadow.tasks.InheritManifest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shadow-gradle-plugin Show documentation
Show all versions of shadow-gradle-plugin Show documentation
Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
package com.github.jengelman.gradle.plugins.shadow.tasks
import org.gradle.api.Action
import org.gradle.api.java.archives.Manifest
public interface InheritManifest : Manifest {
public fun inheritFrom(vararg inheritPaths: Any): InheritManifest
public fun inheritFrom(vararg inheritPaths: Any, action: Action<*>?): InheritManifest
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy