Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 - #238
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
September 26, 2025 12:25
e5ef4e5 to
1627d11
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
October 9, 2025 12:29
1627d11 to
a5e45fe
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
November 10, 2025 23:30
a5e45fe to
5d1ddc0
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
December 5, 2025 16:41
5d1ddc0 to
5151c85
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
January 6, 2026 08:26
5151c85 to
01882ee
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
January 20, 2026 11:02
01882ee to
1642976
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
February 2, 2026 16:32
1642976 to
510f0a3
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
February 12, 2026 13:08
510f0a3 to
07727cb
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
February 27, 2026 12:37
07727cb to
90a4bfa
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
March 5, 2026 12:38
90a4bfa to
d7d6fe0
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
2 times, most recently
from
March 15, 2026 04:34
fcd6e5d to
6e56ea8
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
March 27, 2026 12:26
6e56ea8 to
09c5f93
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
April 1, 2026 16:36
09c5f93 to
51ce587
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
May 21, 2026 07:47
51ce587 to
f5c477b
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
May 28, 2026 04:25
f5c477b to
25b44f6
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
June 26, 2026 04:27
25b44f6 to
e9badf9
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
July 6, 2026 10:49
e9badf9 to
79f3ca5
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
July 6, 2026 16:52
79f3ca5 to
c48af66
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
July 16, 2026 08:26
c48af66 to
908babc
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
July 22, 2026 04:27
908babc to
91ec92d
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
August 12, 2026 02:55
91ec92d to
b0a9d6a
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
September 9, 2026 12:36
b0a9d6a to
b06e308
Compare
renovate
Bot
force-pushed
the
renovate/gradleplugin.shadow
branch
from
September 15, 2026 10:28
b06e308 to
e747ecf
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.1.0→9.6.1Release Notes
GradleUp/shadow (com.gradleup.shadow: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.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)PropertiesFileTransformerreproducible. (#1861)Deprecated
PreserveFirstFoundResourceTransformer.resources. (#1855)ShadowCopyAction. (#1876)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 Groovy 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)JavaExecerror message when main class is not set. (#1725)RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)Deprecated
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. }Fixed
+. (#1597)v9.2.0Compare Source
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.