shadow icon indicating copy to clipboard operation
shadow copied to clipboard

Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.

Results 111 shadow issues
Sort by recently updated
recently updated
newest added

Hi, Project setup: Gradle version: 5.1.1 Shadow version: 5.0.0 I would like to use shadow to relocate packages but I always get the same error: ``` Could not get unknown...

Here ` shadow.doFirst {` ` if (!files.empty) {` ` def libs = libsProvider.get()` ` libs.addAll files.collect { "${it.name}" }` ` manifest.attributes 'Class-Path': libs.findAll { it }.join(' ')` ` }` `...

Please check the [User Guide](http://imperceptiblethoughts.com/shadow) before submitting "how do I do 'x'?" questions! ### Shadow Version 8.1.1 ### Gradle Version 8.4 ### Expected Behavior The `args` config parameter should be...

This is mostly https://github.com/johnrengelman/shadow/pull/780 remade =] We need the ability to exclude sources from being relocated as we have gradle subprojects being included in shaded jar that is being caught...

Current code that i use `from zipTree(otherJar.archiveFile)` And shadow processes otherJar, i not need it

### Shadow Version 7.1.2 ### Gradle Version 7.3.2 ### Expected Behavior Is it possible to exclude relocation for a class in my project? E.g MyClass.java ```java package me.x import lib.something...

Fixing a minor error to increase readability.

Please check the [User Guide](http://imperceptiblethoughts.com/shadow) before submitting "how do I do 'x'?" questions! ### Shadow Version 4.0.4 ### Gradle Version 4.10.4 ### Expected Behavior Should add jackson-core-2.15.2.jar which is multi...

Hi there. Great plugin. One problem: I have a project with multiple subprojects. One of them is a server (cat) which contains the jar of another (agent) so that users...

### Shadow Version 7.1.0 ### Gradle Version N/A ### Expected Behavior gradle/plugin/com/github/johnrengelman/shadow/7.1.0/shadow-7.1.0.pom contains block. ``` The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt repo ``` ### Actual Behavior No licenses block...