John Engelman
com.github.johnrengelman.shadow
Owner: John Engelman
A Gradle plugin for collapsing all dependencies and project code into a single Jar file.NOTE: This plugin changed the core maintainer and has new coordinates:https://plugins.gradle.org/plugin/com.gradleup.shadow
8.1.1
Created 20 March 2023.
Add this plugin to your build using theplugins DSL:
plugins { id("com.github.johnrengelman.shadow") version "8.1.1"}See also:
See the relevantdocumentation for more information.
Add this plugin as a dependency to<convention-plugins-build>/build.gradle(.kts):
dependencies { implementation("com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:8.1.1")}plugins { id("com.github.johnrengelman.shadow")}buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:8.1.1") }}apply(plugin = "com.github.johnrengelman.shadow")