chore(deps): Update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.6.1#193
Open
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
December 6, 2025 03:43
2e942a2 to
9d89d9b
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
December 19, 2025 11:24
9d89d9b to
562a4a3
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
December 30, 2025 13:39
562a4a3 to
c511ead
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
January 6, 2026 17:44
c511ead to
c936f55
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
February 2, 2026 20:31
c936f55 to
d0a5a2c
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
February 28, 2026 09:52
d0a5a2c to
4c7996f
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
March 15, 2026 21:56
4c7996f to
4f52275
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
March 28, 2026 05:38
4f52275 to
d17e4dc
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
May 28, 2026 18:59
d17e4dc to
cb9b4ae
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
June 26, 2026 22:36
cb9b4ae to
e4fb170
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
July 6, 2026 14:11
e4fb170 to
9ebaa29
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
July 7, 2026 09:07
9ebaa29 to
56a7208
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
July 17, 2026 02:10
56a7208 to
0128d18
Compare
…w.gradle.plugin to v9.6.1
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
July 23, 2026 03:04
0128d18 to
eab60ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.2→9.6.1Release Notes
GradleUp/shadow (com.gradleup.shadow:com.gradleup.shadow.gradle.plugin)
v9.6.1Compare Source
Changed
GradleExceptionfor expected build failures. (#2113)Fixed
minimize { r8 { ... } }. (#2115)v9.6.0Compare Source
Added
minimize { r8 { ... } }. (#2089)Changed
ShadowDslMarkertoShadowDsl. (#2091)@ShadowDsltoShadowJar,ResourceTransformer,DependencyFilter, andRelocator. (#2090)This restricts nested DSL configuration blocks from implicitly calling outer receiver APIs in Kotlin script files.
Fixed
v9.5.1Compare Source
Fixed
toolchainSpecin Kotlin DSL. (#2087)v9.5.0Compare Source
Added
DuplicatesStrategyfor merging transformers. (#2026)This will log warnings when an incompatible
DuplicatesStrategy(e.g.,EXCLUDE) is applied in Gradle configuration for built-inResourceTransformers.KotlinModuleMetadataTransformer. (#2073)minimize { r8 { ... } }tool for shrinking the final shadowed JAR. (#2077)Changed
afterEvaluatewhen adding variants. (#2056)Deprecated
enableKotlinModuleRemappingforShadowJar. (#2073)Apply
KotlinModuleMetadataTransformerexplicitly to support relocating inside Kotlin module metadata files.This flag will be disabled and removed in the next major release.
ShadowCopyAction. (#2083)Fixed
afterEvaluatewith other plugins. (#2055)v9.4.3Compare Source
Changed
v9.4.2Compare Source
Changed
v9.4.1Compare Source
Changed
v9.4.0Compare Source
Added
Changed
shadowJarintoassemblelifecycle. (#1939)shadow { // Disable making `assemble` task depend on `shadowJar`. This is enabled by default. addShadowJarToAssembleLifecycle = false }ZipExceptionwhen writing entries. (#1970)Fixed
skipStringConstantsper-relocator behavior inmapName. (#1968)v9.3.2Compare Source
Changed
gradleApidependency fromapitocompileOnlyfor Gradle 9.4+. (#1919)Fixed
v9.3.1Compare Source
Fixed
This fixes potential classpath conflicts when using Shadow with other plugins that also use ASM.
v9.3.0Compare Source
Added
PatternFilterableResourceTransformerto simplify pattern basedResourceTransformers. (#1849)patternSetofServiceFileTransformeraspublic. (#1849)patternSetofApacheLicenseResourceTransformeraspublic. (#1850)patternSetofApacheNoticeResourceTransformeraspublic. (#1850)patternSetofPreserveFirstFoundResourceTransformeraspublic. (#1855)ApacheNoticeResourceTransformer. (#1851)FailtoPropertiesFileTransformer. (#1856)FindResourceInClasspathtask to help with debugging issues with merged duplicate resources. (#1860)MergeLicenseResourceTransformer. (#1858)DeduplicatingResourceTransformerto deduplicate on path and content. (#1859)tasks.shadowJar { // Disable remapping of Kotlin module metadata (`.kotlin_module`) files. This is enabled by default. enableKotlinModuleRemapping = false }Changed
startShadowScriptsfromapplicationtoother. (#1797)PreserveFirstFoundResourceTransformer.resources. (#1855)PropertiesFileTransformerreproducible. (#1861)ShadowCopyAction. (#1876)It should not be used as a public API. Will be made internal in a future release.
Fixed
v9.2.2Compare Source
Fixed
ShadowJartasks withoutShadowPluginapplied. (#1787)v9.2.1Compare Source
Added
Iterable<Relocator>. (#1710)RelocatorRemapper. (#1714)mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }executableDirandapplicationNameinapplicationextension. (#1740)This is useful when you want to customize the output directory of the start scripts and the application distribution.
ShadowApplicationPlugin.Companion. (#1771)The current implementation relocates all properties in
KotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.BUNDLING_ATTRIBUTEin GMM. (#1773)The
org.gradle.dependency.bundlingin shadowed JAR's Gradle Module Metadata is set toshadowedby default. You can override it for now by:shadow { bundlingAttribute = Bundling.EMBEDDED }Changed
META-INFpath. (#1706)The Gradle Module descriptors (
org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/and
META-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)InheritManifestandinheritFrom. (#1722)tasks.shadowJar { // Before (deprecated): manifest.inheritFrom(tasks.jar.get().manifest) // After (recommended): manifest.from(tasks.jar.get().manifest) // Note: You don't need to inherit the manifest from `jar` task as it's done by default for the `shadowJar` task. // But if you want to inherit the manifest for your custom `ShadowJar` task, you still need to do it explicitly. }JavaExecerror message when main class is not set. (#1725)RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)Fixed
+. (#1597)v9.2.0Compare Source
v9.1.0Compare Source
Added
shadowRuntimeElementsvariant. (#1662)shadow { // Disable publishing `shadowRuntimeElements` as an optional variant of the `java` component. addShadowVariantIntoJavaComponent = false } // configuration must be done in the `afterEvaluate` phase, you cannot access `shadowRuntimeElements` before that. val javaComponent = components["java"] as AdhocComponentWithVariants javaComponent.withVariantsFromConfiguration(configurations["shadowRuntimeElements"]) { // See more details in https://github.com/GradleUp/shadow/pull/1662. skip() }TARGET_JVM_VERSION_ATTRIBUTE. (#1674)shadow { // Disable adding `TargetJvmVersion` attribute into the Gradle Module Metadata of the shadowed jar. addTargetJvmVersionAttribute = false }Multi-Releaseattribute. (#1675)tasks.shadowJar { // Disable adding `Multi-Release` attribute into the manifest of the shadowed jar. addMultiReleaseAttribute = false }Changed
TargetJvmVersionattribute when automatic JVM targeting is disabled. (#1666)afterEvaluateusages may cause configuration issues in rare cases.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.