Update plugin shadow to v9.2.1 #4990
Merged
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
9.1.0->9.2.1Release Notes
GradleUp/shadow (com.gradleup.shadow)
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)InheritManifest. (#1722)JavaExecerror message when main class is not set. (#1725)RelocatorRemapperclass pattern to cover more Java method descriptors. (#1731)Fixed
+. (#1597)v9.2.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.