chore(deps): update plugin shadow to v9.2.2 #339
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.2.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
GradleUp/shadow (com.gradleup.shadow)
v9.2.2
Compare Source
Fixed
ShadowJar
tasks withoutShadowPlugin
applied. (#1787)v9.2.1
Compare Source
Added
Iterable<Relocator>
. (#1710)RelocatorRemapper
. (#1714)mainClass
property intoShadowJar
. (#1722)executableDir
andapplicationName
inapplication
extension. (#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
KotlinModuleMetadata
butKmModule.optionalAnnotationClasses
due to very limited usage of it. See more discussion here.
BUNDLING_ATTRIBUTE
in GMM. (#1773)The
org.gradle.dependency.bundling
in shadowed JAR's Gradle Module Metadata is set toshadowed
by default.You can override it for now by:
Changed
META-INF
path. (#1706)The Gradle Module descriptors (
org.codehaus.groovy.runtime.ExtensionModule
files) defined underMETA-INF/services/
and
META-INF/groovy
will be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
.Class-Path
manifest attr logic fromdoFirst
intocopy
. (#1720)Main-Class
manifest attr logic fromdoFirst
intocopy
. (#1724)InheritManifest
andinheritFrom
. (#1722)JavaExec
error message when main class is not set. (#1725)RelocatorRemapper
class pattern to cover more Java method descriptors. (#1731)Fixed
+
. (#1597)v9.2.0
Compare Source
v9.1.0
Compare Source
Added
shadowRuntimeElements
variant. (#1662)TARGET_JVM_VERSION_ATTRIBUTE
. (#1674)Multi-Release
attribute. (#1675)Changed
TargetJvmVersion
attribute when automatic JVM targeting is disabled. (#1666)afterEvaluate
usages may cause configuration issues in rare cases.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.