Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
@DisableCachingByDefault(because = "Not worth caching" )
Helper task to temporarily add to your build script to find resources in the classpath that were identified as duplicates by com.github.jengelman.gradle.plugins.shadow.transformers.PropertiesFileTransformer or com.github.jengelman.gradle.plugins.shadow.transformers.DeduplicatingResourceTransformer.
Link copied to clipboard
Link copied to clipboard
Configures how ShadowJar.minimize removes unused code from the shadowed JAR.
Link copied to clipboard
A tool that can minimize a shadowed JAR.
Link copied to clipboard
interface R8Spec
Minimal R8 configuration for ShadowJar.minimize.
Link copied to clipboard
open class ShadowCopyAction(zipFile: File, zosProvider: (File) -> ZipOutputStream, transformers: Set<ResourceTransformer>, relocators: Set<Relocator>, unusedClasses: Set<String>, enableKotlinModuleRemapping: Boolean, preserveFileTimestamps: Boolean, failOnDuplicateEntries: Boolean, encoding: String?) : CopyAction
Modified from org.gradle.api.internal.file.archive.ZipCopyAction.java.