Bump com.gradleup.shadow from 9.3.1 to 9.4.0 by dependabot[bot] · Pull Request #8506 · SkriptLang/Skript
Bumps com.gradleup.shadow from 9.3.1 to 9.4.0.
Release notes
Sourced from com.gradleup.shadow's releases.
9.4.0
Added
- Support Isolated Projects. (#1139)
Changed
- Allow opting out of adding
shadowJarintoassemblelifecycle. (#1939)shadow { // Disable making `assemble` task depend on `shadowJar`. This is enabled by default. addShadowJarToAssembleLifecycle = false }- Stop catching
ZipExceptionwhen writing entries. (#1970)Fixed
- Fix interaction with Gradle artifact transforms. (#1345)
- Fix
skipStringConstantsper-relocator behavior inmapName. (#1968)- Fix failing for non-existent class directories. (#1976)
9.3.2
Changed
- Stop moving
gradleApidependency fromapitocompileOnlyfor Gradle 9.4+. (#1919)- Log warnings for duplicates in the final JAR. (#1931)
Fixed
- Fix relocation patterns not included in task fingerprint. (#1933)
Commits
e51f3e7Prepare version 9.4.0cf531d4Prefer parameterized logging (#1977)85ba389Fix failing for non-existent class directories (#1976)3a24369Update dependency org.apache.maven:maven-model to v3.9.14 (#1973)6e3dfb5Use removePrefix instead of replace for multi-release prefix removal (#1972)49f8c31Reuse most logic for writing entries (#1971)ed47d0cUpdate README.md for clarity and formattingd73d94aStop catching ZipException when writing entries (#1970)0564caeFix skipStringConstants per-relocator behavior: use continue instead of retur...8d995b2Split relocators remapping (#1967)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)