shadow icon indicating copy to clipboard operation
shadow copied to clipboard

Fat JAR is automatically published after upgrading from 5.2.0 → 6.0.0

Open bwaldvogel opened this issue 4 years ago • 6 comments

Shadow Version

6.0.0

Gradle Version

6.5.1

Expected Behavior

I’m publishing maven artifacts with the maven-publish plugin. Fat JARs are not automatically published (until I configured it explicitly).

Actual Behavior

After upgrading from shadow 5.2.0 to 6.0.0 I see that the …-all.jar files are published. Is the behavior change in 6.0.0 intended? If yes, how can I disable it?

Gradle Build Script(s)

https://github.com/bwaldvogel/mongo-java-server/blob/master/build.gradle

bwaldvogel avatar Jul 05 '20 16:07 bwaldvogel