Skip to content
New issue

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

Let the Gradle plugin not use the deprecated org.gradle.ConfigureUtil #816

Closed
eskatos opened this issue Jan 28, 2023 · 0 comments · Fixed by #826
Closed

Let the Gradle plugin not use the deprecated org.gradle.ConfigureUtil #816

eskatos opened this issue Jan 28, 2023 · 0 comments · Fixed by #826
Milestone

Comments

@eskatos
Copy link
Contributor

eskatos commented Jan 28, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants