Package-level declarations
Types
Link copied to clipboard
Marks that a given instance of Relocator is compatible with the Gradle build cache. In other words, it has its appropriate inputs annotated so that Gradle can consider them when determining the cache key.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface Relocator
Modified from org.apache.maven.plugins.shade.relocation.Relocator.java.
Link copied to clipboard
open class SimpleRelocator @JvmOverloads constructor(pattern: String? = null, shadedPattern: String? = null, includes: List<String>? = null, excludes: List<String>? = null, rawString: Boolean = false) : Relocator