Ross ROSS = Recommend OSS · open-source software intelligence for agents

GradleUp/shadow

Gradle plugin for creating fat/uber JARs, transforming files, relocating packages, and optimizing applications with R8/ProGuard. The Gradle counterpart to Maven Shade Plugin. observed · 2026-08-28

github.com/GradleUp/shadow · homepage · Kotlin · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 99
  • Release rhythm 94
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 8.5
  • age_days: 5005
  • days_rel: 43
  • days_push: 7
  • n_releases_24m: 47

Full methodology

Adoption not part of the score

4225 stars · 425 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Shadow is a Gradle plugin for creating fat/uber JARs that combine a project's classes and all its dependencies into a single executable JAR. It also supports file transformation, package relocation to avoid classpath conflicts, and application optimization via R8/ProGuard.

Use cases

  • build a single executable fat jar with gradle
  • bundle dependencies into one jar for a java application
  • relocate packages in a jar to avoid dependency conflicts
  • create an uber jar for a kotlin library
  • run my app with java -jar including all dependencies
  • shade dependencies in a gradle build like maven shade plugin
  • minimize and optimize a jar with R8 or ProGuard

When to choose

  • you use Gradle and need a self-contained executable JAR distribution
  • you publish a library and want to bundle/relocate dependencies to prevent classpath conflicts
  • you are migrating from the Maven Shade Plugin to a Gradle build
  • you want jar transformation and shrinking with R8/ProGuard integrated into your build

When to avoid

  • your project builds with Maven rather than Gradle
  • you need a distributable archive (tar/zip) rather than a single jar
  • your dependencies use complex service loading or signed jars that don't shade cleanly

Facets

plugin · maturity active

build-tool package-manager compression developer-tools jvm gradle-plugin fat-jar uber-jar shading package-relocation proguard r8 jar-bundling jvm build-automation gradle

4 sources

Member repositories

RepositoryRoleHealth v2
GradleUp/shadowmain97

For agents

markdown · JSON · MCP: product_card(name="GradleUp/shadow")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem