We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org.gradle.ConfigureUtil
7.1.2
8.0
The shadow plugin doesn't use the deprecated org.gradle.ConfigureUtil.
The plugin uses org.gradle.ConfigureUtil which is softly deprecated since Gradle 7.6 (@Deprecated).
@Deprecated
https://github.com/johnrengelman/shadow/blob/d8117e942b7d98e3274cb1cc9dbb4e4e978a2a58/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/tasks/DefaultInheritManifest.groovy#L35
We would like to start nagging users about the deprecation soon (early in 8.x to be able to remove it in Gradle 9.0).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Shadow Version
7.1.2
Gradle Version
8.0
Expected Behavior
The shadow plugin doesn't use the deprecated
org.gradle.ConfigureUtil
.Actual Behavior
The plugin uses
org.gradle.ConfigureUtil
which is softly deprecated since Gradle 7.6 (@Deprecated
).https://github.com/johnrengelman/shadow/blob/d8117e942b7d98e3274cb1cc9dbb4e4e978a2a58/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/tasks/DefaultInheritManifest.groovy#L35
We would like to start nagging users about the deprecation soon (early in 8.x to be able to remove it in Gradle 9.0).
The text was updated successfully, but these errors were encountered: