fix(deps): update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.6.1 - #128
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
September 7, 2025 20:17
d72efaf to
9e9da6e
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
2 times, most recently
from
September 26, 2025 14:33
541b926 to
4df47ae
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
October 9, 2025 09:42
4df47ae to
a16f27c
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
October 21, 2025 23:57
a16f27c to
45b77fa
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
December 5, 2025 17:45
45b77fa to
5d30fba
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
January 6, 2026 08:51
5d30fba to
22a11ec
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
February 27, 2026 12:47
22a11ec to
a8b97b5
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
February 27, 2026 18:35
a8b97b5 to
537dc30
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
February 28, 2026 13:43
537dc30 to
52847f7
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
March 15, 2026 05:49
52847f7 to
c7bc446
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
March 27, 2026 12:25
c7bc446 to
5e1636e
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
May 23, 2026 14:54
5e1636e to
1e6397f
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
May 28, 2026 05:01
1e6397f to
c51978c
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
June 26, 2026 05:11
c51978c to
9560771
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
2 times, most recently
from
July 6, 2026 11:33
ba28ef1 to
369ae91
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
July 18, 2026 11:02
369ae91 to
4ae6a36
Compare
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
July 25, 2026 19:28
4ae6a36 to
e5e5525
Compare
…gradle.plugin to v9.6.1
renovate
Bot
force-pushed
the
renovate/com.gradleup.shadow-com.gradleup.shadow.gradle.plugin-9.x
branch
from
September 7, 2026 18:26
e5e5525 to
2e73519
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.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
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.