Merged
Conversation
https://github.com/codehaus-plexus/plexus-utils#plexus-utils https://github.com/codehaus-plexus/plexus-xml/releases/tag/plexus-xml-4.0.2 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <wangzongler@gmail.com>
* chore(deps): update dependency gradle to v8.2.1 * Use org.gradle.configuration-cache flag * Update shadow-version.txt * Migrate deprecated ApplicationPluginConvention usages https://docs.gradle.org/8.2.1/javadoc/org/gradle/api/plugins/ApplicationPluginConvention.html * Fix test framework deprecation warning https://docs.gradle.org/8.2.1/userguide/upgrading_version_8.html#test_framework_implementation_dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <wangzongler@gmail.com>
Goooler
commented
Aug 17, 2023
src/main/groovy/com/github/jengelman/gradle/plugins/shadow/ShadowBasePlugin.groovy
Show resolved
Hide resolved
* chore(deps): update dependency gradle to v8.3 * Impl getPermissions https://docs.gradle.org/8.3/javadoc/org/gradle/api/file/FileTreeElement.html#getPermissions-- * Min Gradle 8.3 * Bump org.gradle.toolchains.foojay-resolver-convention * Migrate deprecated buildDir https://docs.gradle.org/8.3/javadoc/org/gradle/api/Project.html#getBuildDir-- --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <wangzongler@gmail.com>
* chore(deps): update actions/checkout digest to 8ade135 * Update gradle-wrapper-validation.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <wangzongler@gmail.com>
oleg-nenashev
approved these changes
Jul 31, 2024
Contributor
oleg-nenashev
left a comment
There was a problem hiding this comment.
All looks good to me though more Java versions could be tested on CI
src/main/groovy/com/github/jengelman/gradle/plugins/shadow/ShadowBasePlugin.groovy
Show resolved
Hide resolved
...y/com/github/jengelman/gradle/plugins/shadow/transformers/ManifestAppenderTransformer.groovy
Show resolved
Hide resolved
|
GitHub doesn't allow me to reply to ShadowBasePlugin.groovy 🤷 |
Member
Author
|
You mean Line 21 in 065f6ba ? It also includes 8.0 ~ 8.1, it might be ambiguous. |
This was referenced Aug 1, 2024
Yes, if the next release isn't compatible with Gradle 8.0 anymore, this line should be changed to something like this
|
Member
Author
|
Noted it in #930. |
TAKETODAY
added a commit
to TAKETODAY/today-infrastructure
that referenced
this pull request
Aug 11, 2024
This commit fixes to a fork of the shadow plugin that fixes support with recent Gradle releases. See GradleUp/shadow#876
hhirtz
added a commit
to OpenRailAssociation/osrd
that referenced
this pull request
Oct 8, 2025
this fixes the CopyProcessingSpec.setFileMode deprecation warning, see https://docs.gradle.org/8.10/userguide/upgrading_version_8.html#unix_file_permissions_deprecated GradleUp/shadow#876 this also changes the plugin id because its former maintainer handed it over to GradleUp. see GradleUp/shadow#908 latest plugin version is 9.2.2 but requires at least gradle 8.11 and we have gradle 8.10
hhirtz
added a commit
to OpenRailAssociation/osrd
that referenced
this pull request
Oct 8, 2025
this fixes the CopyProcessingSpec.setFileMode deprecation warning, see https://docs.gradle.org/8.10/userguide/upgrading_version_8.html#unix_file_permissions_deprecated GradleUp/shadow#876 this also changes the plugin id because its former maintainer handed it over to GradleUp. see GradleUp/shadow#908 latest plugin version is 9.2.2 but requires at least gradle 8.11 and we have gradle 8.10 Signed-off-by: Hubert Hirtz <hubert@hirtz.pm>
github-merge-queue bot
pushed a commit
to OpenRailAssociation/osrd
that referenced
this pull request
Oct 8, 2025
this fixes the CopyProcessingSpec.setFileMode deprecation warning, see https://docs.gradle.org/8.10/userguide/upgrading_version_8.html#unix_file_permissions_deprecated GradleUp/shadow#876 this also changes the plugin id because its former maintainer handed it over to GradleUp. see GradleUp/shadow#908 latest plugin version is 9.2.2 but requires at least gradle 8.11 and we have gradle 8.10 Signed-off-by: Hubert Hirtz <hubert@hirtz.pm>
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.
destinationDirwhich has been changed fordestinationDirectory#925.As a workaround, you can try out my fork, see https://plugins.gradle.org/plugin/io.github.goooler.shadow.Changes have been released, see https://github.com/GradleUp/shadow/releases/tag/8.3.0.